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 18
18
- name : Setup Go
19
19
uses : actions/setup-go@v2
20
20
with :
21
- go-version : 1.14.15
21
+ go-version : 1.18.0
22
22
- name : Install Pkger
23
23
run : go install --mod=readonly github.com/markbates/pkger/cmd/pkger
24
24
- name : Build
36
36
- name : Setup Go
37
37
uses : actions/setup-go@v2
38
38
with :
39
- go-version : 1.14.15
39
+ go-version : 1.18.0
40
40
- name : Test
41
41
run : go test ./...
42
42
50
50
- name : Setup Go
51
51
uses : actions/setup-go@v2
52
52
with :
53
- go-version : 1.14.15
53
+ go-version : 1.18.0
54
54
- name : Build
55
55
run : go build
56
56
- name : Test
67
67
- name : Setup Go
68
68
uses : actions/setup-go@v2
69
69
with :
70
- go-version : 1.14.15
70
+ go-version : 1.18.0
71
71
- name : Check Modules
72
72
run : |
73
73
go mod tidy
89
89
- name : Setup Go
90
90
uses : actions/setup-go@v2
91
91
with :
92
- go-version : 1.14.15
92
+ go-version : 1.18.0
93
93
- name : Setup licensedci
94
94
uses : jonabc/setup-licensed@v1
95
95
with :
Original file line number Diff line number Diff line change 17
17
- name : Setup Go
18
18
uses : actions/setup-go@v2
19
19
with :
20
- go-version : 1.14.15
20
+ go-version : 1.18.0
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