File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
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.1 .0
15
+ uses : actions/checkout@v3.2 .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 26
26
with :
27
27
go-version : 1.19
28
28
29
- - uses : actions/checkout@v3.1 .0
29
+ - uses : actions/checkout@v3.2 .0
30
30
31
31
- run : go build
32
32
env :
57
57
with :
58
58
go-version : ${{ matrix.go_version }}
59
59
60
- - uses : actions/checkout@v3.1 .0
60
+ - uses : actions/checkout@v3.2 .0
61
61
62
62
- run : go mod download
63
63
78
78
name : lint
79
79
runs-on : ubuntu-latest
80
80
steps :
81
- - uses : actions/checkout@v3.1 .0
81
+ - uses : actions/checkout@v3.2 .0
82
82
83
83
-
uses :
golangci/[email protected]
You can’t perform that action at this time.
0 commit comments