File tree 6 files changed +7
-7
lines changed
6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 68
68
- uses : actions/checkout@v4
69
69
- uses : actions/setup-go@v5
70
70
with :
71
- go-version : ' 1.23 '
71
+ go-version-file : go.mod
72
72
- uses : actions/setup-node@v4
73
73
with :
74
74
node-version : " lts/*"
90
90
- uses : actions/checkout@v4
91
91
- uses : actions/setup-go@v5
92
92
with :
93
- go-version : ' 1.23 '
93
+ go-version-file : go.mod
94
94
- name : Install dependencies
95
95
run : |
96
96
sudo apt-get install -y shellcheck
Original file line number Diff line number Diff line change 21
21
- uses : actions/checkout@v4
22
22
- uses : actions/setup-go@v5
23
23
with :
24
- go-version : ' 1.23 '
24
+ go-version-file : go.mod
25
25
- uses : github/codeql-action/init@v3
26
26
with :
27
27
config-file : ./.github/codeql/codeql-config.yaml
Original file line number Diff line number Diff line change 24
24
- uses : actions/checkout@v4
25
25
- uses : actions/setup-go@v5
26
26
with :
27
- go-version : ' 1.23 '
27
+ go-version-file : go.mod
28
28
- name : Check new release on GitHub
29
29
run : go run ./scripts/generate-popular-actions -d
30
30
- run : go generate
Original file line number Diff line number Diff line change 19
19
- uses : actions/checkout@v4
20
20
- uses : actions/setup-go@v5
21
21
with :
22
- go-version : ' 1.23 '
22
+ go-version-file : go.mod
23
23
- uses : actions/setup-node@v4
24
24
with :
25
25
node-version : " lts/*"
Original file line number Diff line number Diff line change 19
19
- run : ronn ./man/actionlint.1.ronn
20
20
- uses : actions/setup-go@v5
21
21
with :
22
- go-version : ' 1.23 '
22
+ go-version-file : go.mod
23
23
- uses : goreleaser/goreleaser-action@v6
24
24
with :
25
25
version : ' ~> v2'
Original file line number Diff line number Diff line change 1
1
module github.com/rhysd/actionlint
2
2
3
- go 1.18
3
+ go 1.23.5
4
4
5
5
require (
6
6
github.com/bmatcuk/doublestar/v4 v4.7.1
You can’t perform that action at this time.
0 commit comments