Skip to content

Commit

Permalink
chore: update Go to 1.23.2
Browse files Browse the repository at this point in the history
  • Loading branch information
suzuki-shunsuke committed Oct 4, 2024
1 parent 4718d64 commit 772610d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
uses: suzuki-shunsuke/go-release-workflow/.github/workflows/release.yaml@7f97a226912ee2978126019b1e95311d7d15c97a # v2.0.0
with:
homebrew: true
go-version: 1.23.2
go-version-file: go.mod
aqua_version: v2.36.1
secrets:
gh_app_id: ${{ secrets.APP_ID }}
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/test-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ jobs:
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
with:
go-version: "1.23.2"
cache: true
go-version-file: go.mod
- uses: aquaproj/aqua-installer@6ce1f8848ec8e61f14d57bd5d7597057a6dd187c # v3.0.1
with:
aqua_version: v2.36.1
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
uses: suzuki-shunsuke/go-test-workflow/.github/workflows/test.yaml@6861ea245ad10752afcba66cb71f28cf5c46ce49 # v1.1.0
with:
aqua_version: v2.36.1
go-version: 1.23.2
go-version-file: go.mod
golangci-lint-timeout: 120s
permissions:
pull-requests: write
Expand All @@ -63,7 +63,7 @@ jobs:
needs: path-filter
if: needs.path-filter.outputs.go-mod-tidy == 'true'
with:
go-version: 1.23.2
go-version-file: go.mod
aqua_version: v2.36.1
secrets:
gh_app_id: ${{secrets.APP_ID}}
Expand All @@ -79,7 +79,7 @@ jobs:
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
with:
go-version: 1.23.2
go-version-file: go.mod

- uses: aquaproj/aqua-installer@6ce1f8848ec8e61f14d57bd5d7597057a6dd187c # v3.0.1
with:
Expand Down
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
module github.com/suzuki-shunsuke/github-comment/v6

go 1.22

toolchain go1.23.2
go 1.23.2

require (
github.com/Masterminds/sprig/v3 v3.3.0
Expand Down

0 comments on commit 772610d

Please sign in to comment.