File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -11,12 +11,12 @@ jobs:
11
11
env :
12
12
RUNGOGENERATE : false
13
13
steps :
14
- - uses : actions/checkout@v2
14
+ - uses : actions/checkout@v3
15
15
with :
16
16
submodules : recursive
17
- - uses : actions/setup-go@v2
17
+ - uses : actions/setup-go@v3
18
18
with :
19
- go-version : " 1.18 .x"
19
+ go-version : " 1.19 .x"
20
20
- name : Run repo-specific setup
21
21
uses : ./.github/actions/go-check-setup
22
22
if : hashFiles('./.github/actions/go-check-setup') != ''
27
27
echo "RUNGOGENERATE=true" >> $GITHUB_ENV
28
28
fi
29
29
- name : Install staticcheck
30
- run : go install honnef.co/go/tools/cmd/staticcheck@d7e217c1ff411395475b2971c0824e1e7cc1af98 # 2022.1 (v0.3.0 )
30
+ run : go install honnef.co/go/tools/cmd/staticcheck@376210a89477dedbe6fdc4484b233998650d7b3c # 2022.1.3 (v0.3.3 )
31
31
- name : Check that go.mod is tidy
32
32
33
33
with :
You can’t perform that action at this time.
0 commit comments