File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 12
12
13
13
steps :
14
14
- name : Checkout repository
15
- uses : actions/checkout@v3.4 .0
15
+ uses : actions/checkout@v3.5 .0
16
16
17
17
- name : Initialize CodeQL
18
18
uses : github/codeql-action/init@v2
Original file line number Diff line number Diff line change 29
29
with :
30
30
go-version : " 1.20"
31
31
32
- - uses : actions/checkout@v3.4 .0
32
+ - uses : actions/checkout@v3.5 .0
33
33
34
34
- run : go build
35
35
env :
61
61
with :
62
62
go-version : ${{ matrix.go-version }}
63
63
64
- - uses : actions/checkout@v3.4 .0
64
+ - uses : actions/checkout@v3.5 .0
65
65
66
66
- run : go mod download
67
67
@@ -88,14 +88,14 @@ jobs:
88
88
with :
89
89
go-version : " 1.20"
90
90
91
- - uses : actions/checkout@v3.4 .0
91
+ - uses : actions/checkout@v3.5 .0
92
92
93
93
- run : make integration
94
94
95
95
lint :
96
96
name : lint
97
97
runs-on : ubuntu-latest
98
98
steps :
99
- - uses : actions/checkout@v3.4 .0
99
+ - uses : actions/checkout@v3.5 .0
100
100
101
101
-
uses :
golangci/[email protected]
You can’t perform that action at this time.
0 commit comments