File tree 7 files changed +14
-14
lines changed
7 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 28
28
if : env.GIT_DIFF
29
29
uses : actions/setup-go@v4
30
30
with :
31
- go-version : 1.19
31
+ go-version : ' 1.20 '
32
32
cache : true
33
33
env :
34
34
GOOS : ${{ matrix.targetos }}
Original file line number Diff line number Diff line change 26
26
uses : actions/checkout@v3
27
27
- uses : actions/setup-go@v4
28
28
with :
29
- go-version : 1.19
29
+ go-version : ' 1.20 '
30
30
# Initializes the CodeQL tools for scanning.
31
31
- name : Initialize CodeQL
32
32
uses : github/codeql-action/init@v2
Original file line number Diff line number Diff line change 13
13
steps :
14
14
- uses : actions/setup-go@v4
15
15
with :
16
- go-version : 1.19
16
+ go-version : ' 1.20 '
17
17
cache : true
18
18
19
19
- uses : actions/checkout@v3
Original file line number Diff line number Diff line change @@ -17,13 +17,13 @@ jobs:
17
17
steps :
18
18
- uses : actions/setup-go@v4
19
19
with :
20
- go-version : 1.19
20
+ go-version : ' 1.20 '
21
21
- uses : actions/checkout@v3
22
22
- name : golangci-lint
23
23
uses : golangci/golangci-lint-action@v3
24
24
with :
25
25
# Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version
26
- version : v1.50
26
+ version : v1.53
27
27
args : --timeout 5m
28
28
29
29
super-linter :
Original file line number Diff line number Diff line change 22
22
fetch-depth : 0
23
23
- uses : actions/setup-go@v4
24
24
with :
25
- go-version : 1.19
25
+ go-version : ' 1.20 '
26
26
cache : true
27
27
28
28
- name : Set Env
Original file line number Diff line number Diff line change 16
16
steps :
17
17
- uses : actions/setup-go@v4
18
18
with :
19
- go-version : 1.19
19
+ go-version : ' 1.20 '
20
20
21
21
- name : Install runsim
22
22
run :
export GO111MODULE="on" && go install github.com/cosmos/tools/cmd/[email protected]
38
38
- uses : actions/setup-go@v4
39
39
if : env.GIT_DIFF
40
40
with :
41
- go-version : 1.19
41
+ go-version : ' 1.20 '
42
42
cache : true
43
43
- name : Test application non-determinism
44
44
if : env.GIT_DIFF
60
60
- uses : actions/setup-go@v4
61
61
if : env.GIT_DIFF
62
62
with :
63
- go-version : 1.19
63
+ go-version : ' 1.20 '
64
64
cache : true
65
65
- uses : actions/cache@v3
66
66
if : env.GIT_DIFF
87
87
- uses : actions/setup-go@v4
88
88
if : env.GIT_DIFF
89
89
with :
90
- go-version : 1.19
90
+ go-version : ' 1.20 '
91
91
cache : true
92
92
- uses : actions/cache@v3
93
93
if : env.GIT_DIFF
@@ -113,7 +113,7 @@ jobs:
113
113
- uses : actions/setup-go@v4
114
114
if : env.GIT_DIFF
115
115
with :
116
- go-version : 1.19
116
+ go-version : ' 1.20 '
117
117
cache : true
118
118
- uses : actions/cache@v3
119
119
if : env.GIT_DIFF
Original file line number Diff line number Diff line change 12
12
steps :
13
13
- uses : actions/setup-go@v4
14
14
with :
15
- go-version : 1.19
15
+ go-version : ' 1.20 '
16
16
- name : Display Go Version
17
17
run : go version
18
18
- uses : actions/cache@v3
38
38
- uses : actions/setup-go@v4
39
39
if : env.GIT_DIFF
40
40
with :
41
- go-version : 1.19
41
+ go-version : ' 1.20 '
42
42
cache : true
43
43
- name : Test and Create Coverage Report
44
44
if : env.GIT_DIFF
@@ -100,7 +100,7 @@ jobs:
100
100
- uses : actions/setup-go@v4
101
101
if : env.GIT_DIFF
102
102
with :
103
- go-version : 1.19
103
+ go-version : ' 1.20 '
104
104
cache : true
105
105
106
106
- name : Test E2E
You can’t perform that action at this time.
0 commit comments