File tree 4 files changed +6
-9
lines changed
4 files changed +6
-9
lines changed Original file line number Diff line number Diff line change 9
9
uses : suzuki-shunsuke/go-release-workflow/.github/workflows/release.yaml@7f97a226912ee2978126019b1e95311d7d15c97a # v2.0.0
10
10
with :
11
11
homebrew : true
12
- go-version : 1.23.2
12
+ go-version-file : go.mod
13
13
aqua_version : v2.36.1
14
14
secrets :
15
15
gh_app_id : ${{ secrets.APP_ID }}
Original file line number Diff line number Diff line change 17
17
uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
18
18
- uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
19
19
with :
20
- go-version : " 1.23.2"
21
- cache : true
20
+ go-version-file : go.mod
22
21
- uses : aquaproj/aqua-installer@6ce1f8848ec8e61f14d57bd5d7597057a6dd187c # v3.0.1
23
22
with :
24
23
aqua_version : v2.36.1
Original file line number Diff line number Diff line change 52
52
uses : suzuki-shunsuke/go-test-workflow/.github/workflows/test.yaml@6861ea245ad10752afcba66cb71f28cf5c46ce49 # v1.1.0
53
53
with :
54
54
aqua_version : v2.36.1
55
- go-version : 1.23.2
55
+ go-version-file : go.mod
56
56
golangci-lint-timeout : 120s
57
57
permissions :
58
58
pull-requests : write
63
63
needs : path-filter
64
64
if : needs.path-filter.outputs.go-mod-tidy == 'true'
65
65
with :
66
- go-version : 1.23.2
66
+ go-version-file : go.mod
67
67
aqua_version : v2.36.1
68
68
secrets :
69
69
gh_app_id : ${{secrets.APP_ID}}
79
79
- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
80
80
- uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
81
81
with :
82
- go-version : 1.23.2
82
+ go-version-file : go.mod
83
83
84
84
- uses : aquaproj/aqua-installer@6ce1f8848ec8e61f14d57bd5d7597057a6dd187c # v3.0.1
85
85
with :
Original file line number Diff line number Diff line change 1
1
module github.com/suzuki-shunsuke/github-comment/v6
2
2
3
- go 1.22
4
-
5
- toolchain go1.23.2
3
+ go 1.23.2
6
4
7
5
require (
8
6
github.com/Masterminds/sprig/v3 v3.3.0
You can’t perform that action at this time.
0 commit comments