From 37c245952b4c9e744021d96cfbe9f3edea7e5ebf Mon Sep 17 00:00:00 2001 From: Ryan Hellyer Date: Sun, 7 Jun 2026 21:33:31 +0000 Subject: [PATCH] build(deps): bump all dependencies MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - golang.org/x/term v0.29.0 → v0.43.0 - actions/checkout v4 → v6 - actions/setup-go v5 → v6 - golangci/golangci-lint-action v7 → v9 - codecov/codecov-action v5 → v7 - softprops/action-gh-release v2 → v3 (Node 20 → 24) --- .github/workflows/go.yml | 14 +++++++------- go.mod | 6 +++--- go.sum | 8 ++++---- 3 files changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 8a72ef5..7528b23 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -15,14 +15,14 @@ jobs: ci: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - - uses: actions/setup-go@v5 + - uses: actions/setup-go@v6 with: go-version-file: go.mod - name: Lint - uses: golangci/golangci-lint-action@v7 + uses: golangci/golangci-lint-action@v9 with: version: v2.12.1 @@ -38,7 +38,7 @@ jobs: - name: Upload coverage if: success() - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v7 with: file: coverage.out fail_ci_if_error: false @@ -50,9 +50,9 @@ jobs: permissions: contents: write steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - - uses: actions/setup-go@v5 + - uses: actions/setup-go@v6 with: go-version-file: go.mod @@ -60,7 +60,7 @@ jobs: run: make cross - name: Create release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: files: | git-meh-linux-x86_64 diff --git a/go.mod b/go.mod index 0459994..1029ab8 100755 --- a/go.mod +++ b/go.mod @@ -1,7 +1,7 @@ module gitmeh -go 1.24 +go 1.25.0 -require golang.org/x/term v0.29.0 +require golang.org/x/term v0.43.0 -require golang.org/x/sys v0.30.0 // indirect +require golang.org/x/sys v0.44.0 // indirect diff --git a/go.sum b/go.sum index 234e8b5..a29baa3 100644 --- a/go.sum +++ b/go.sum @@ -1,4 +1,4 @@ -golang.org/x/sys v0.30.0 h1:QjkSwP/36a20jFYWkSue1YwXzLmsV5Gfq7Eiy72C1uc= -golang.org/x/sys v0.30.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA= -golang.org/x/term v0.29.0 h1:L6pJp37ocefwRRtYPKSWOWzOtWSxVajvz2ldH/xi3iU= -golang.org/x/term v0.29.0/go.mod h1:6bl4lRlvVuDgSf3179VpIxBF0o10JUpXWOnI7nErv7s= +golang.org/x/sys v0.44.0 h1:ildZl3J4uzeKP07r2F++Op7E9B29JRUy+a27EibtBTQ= +golang.org/x/sys v0.44.0/go.mod h1:4GL1E5IUh+htKOUEOaiffhrAeqysfVGipDYzABqnCmw= +golang.org/x/term v0.43.0 h1:S4RLU2sB31O/NCl+zFN9Aru9A/Cq2aqKpTZJ6B+DwT4= +golang.org/x/term v0.43.0/go.mod h1:lrhlHNdQJHO+1qVYiHfFKVuVioJIheAc3fBSMFYEIsk=