File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 19
19
- name : Setup Go
20
20
uses : actions/setup-go@v4
21
21
with :
22
- go-version : 1.18.0
22
+ go-version : 1.21.6
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@v4
39
39
with :
40
- go-version : 1.18.0
40
+ go-version : 1.21.6
41
41
- name : Test
42
42
run : go test ./...
43
43
51
51
- name : Setup Go
52
52
uses : actions/setup-go@v4
53
53
with :
54
- go-version : 1.18.0
54
+ go-version : 1.21.6
55
55
- name : Build
56
56
run : go build
57
57
- name : Test
68
68
- name : Setup Go
69
69
uses : actions/setup-go@v4
70
70
with :
71
- go-version : 1.18.0
71
+ go-version : 1.21.6
72
72
- name : Check Modules
73
73
run : |
74
74
go mod tidy
90
90
- name : Setup Go
91
91
uses : actions/setup-go@v4
92
92
with :
93
- go-version : 1.18.0
93
+ go-version : 1.21.6
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@v4
19
19
with :
20
- go-version : 1.18.0
20
+ go-version : 1.21.6
21
21
- name : Install Pkger
22
22
run : go install --mod=readonly github.com/markbates/pkger/cmd/pkger
23
23
- name : Release
You can’t perform that action at this time.
0 commit comments