Skip to content

Commit f204a94

Browse files
chore: update Go to 1.23.2 (#1560)
1 parent 4718d64 commit f204a94

File tree

4 files changed

+6
-9
lines changed

4 files changed

+6
-9
lines changed

Diff for: .github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
uses: suzuki-shunsuke/go-release-workflow/.github/workflows/release.yaml@7f97a226912ee2978126019b1e95311d7d15c97a # v2.0.0
1010
with:
1111
homebrew: true
12-
go-version: 1.23.2
12+
go-version-file: go.mod
1313
aqua_version: v2.36.1
1414
secrets:
1515
gh_app_id: ${{ secrets.APP_ID }}

Diff for: .github/workflows/test-main.yaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ jobs:
1717
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
1818
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
1919
with:
20-
go-version: "1.23.2"
21-
cache: true
20+
go-version-file: go.mod
2221
- uses: aquaproj/aqua-installer@6ce1f8848ec8e61f14d57bd5d7597057a6dd187c # v3.0.1
2322
with:
2423
aqua_version: v2.36.1

Diff for: .github/workflows/test.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
uses: suzuki-shunsuke/go-test-workflow/.github/workflows/test.yaml@6861ea245ad10752afcba66cb71f28cf5c46ce49 # v1.1.0
5353
with:
5454
aqua_version: v2.36.1
55-
go-version: 1.23.2
55+
go-version-file: go.mod
5656
golangci-lint-timeout: 120s
5757
permissions:
5858
pull-requests: write
@@ -63,7 +63,7 @@ jobs:
6363
needs: path-filter
6464
if: needs.path-filter.outputs.go-mod-tidy == 'true'
6565
with:
66-
go-version: 1.23.2
66+
go-version-file: go.mod
6767
aqua_version: v2.36.1
6868
secrets:
6969
gh_app_id: ${{secrets.APP_ID}}
@@ -79,7 +79,7 @@ jobs:
7979
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
8080
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
8181
with:
82-
go-version: 1.23.2
82+
go-version-file: go.mod
8383

8484
- uses: aquaproj/aqua-installer@6ce1f8848ec8e61f14d57bd5d7597057a6dd187c # v3.0.1
8585
with:

Diff for: go.mod

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module github.com/suzuki-shunsuke/github-comment/v6
22

3-
go 1.22
4-
5-
toolchain go1.23.2
3+
go 1.23.2
64

75
require (
86
github.com/Masterminds/sprig/v3 v3.3.0

0 commit comments

Comments
 (0)