File tree 3 files changed +7
-9
lines changed
3 files changed +7
-9
lines changed Original file line number Diff line number Diff line change 19
19
- name : Setup Go
20
20
uses : actions/setup-go@v5
21
21
with :
22
- go-version : 1.21.6
22
+ go-version-file : ./go.mod
23
23
- name : Install Pkger
24
24
run : go install --mod=readonly github.com/markbates/pkger/cmd/pkger
25
25
- name : Build
37
37
- name : Setup Go
38
38
uses : actions/setup-go@v5
39
39
with :
40
- go-version : 1.21.6
40
+ go-version-file : ./go.mod
41
41
- name : Test
42
42
run : go test ./...
43
43
51
51
- name : Setup Go
52
52
uses : actions/setup-go@v5
53
53
with :
54
- go-version : 1.21.6
54
+ go-version-file : ./go.mod
55
55
- name : Build
56
56
run : go build
57
57
- name : Test
68
68
- name : Setup Go
69
69
uses : actions/setup-go@v5
70
70
with :
71
- go-version : 1.21.6
71
+ go-version-file : ./go.mod
72
72
- name : Check Modules
73
73
run : |
74
74
go mod tidy
90
90
- name : Setup Go
91
91
uses : actions/setup-go@v5
92
92
with :
93
- go-version : 1.21.6
93
+ go-version-file : ./go.mod
94
94
- name : Setup licensedci
95
95
uses : jonabc/setup-licensed@v1
96
96
with :
Original file line number Diff line number Diff line change 17
17
- name : Setup Go
18
18
uses : actions/setup-go@v5
19
19
with :
20
- go-version : 1.21.6
20
+ go-version-file : ./go.mod
21
21
- name : Install Pkger
22
22
run : go install --mod=readonly github.com/markbates/pkger/cmd/pkger
23
23
- name : Release
Original file line number Diff line number Diff line change 1
1
module github.com/github/codeql-action-sync
2
2
3
- go 1.21
4
-
5
- toolchain go1.23.4
3
+ go 1.24.0
6
4
7
5
require (
8
6
github.com/go-git/go-git/v5 v5.13.2
You can’t perform that action at this time.
0 commit comments