File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -11,12 +11,12 @@ jobs:
1111 env :
1212 RUNGOGENERATE : false
1313 steps :
14- - uses : actions/checkout@v2
14+ - uses : actions/checkout@v3
1515 with :
1616 submodules : recursive
17- - uses : actions/setup-go@v2
17+ - uses : actions/setup-go@v3
1818 with :
19- go-version : " 1.18 .x"
19+ go-version : " 1.19 .x"
2020 - name : Run repo-specific setup
2121 uses : ./.github/actions/go-check-setup
2222 if : hashFiles('./.github/actions/go-check-setup') != ''
2727 echo "RUNGOGENERATE=true" >> $GITHUB_ENV
2828 fi
2929 - 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 )
3131 - name : Check that go.mod is tidy
32323333 with :
You can’t perform that action at this time.
0 commit comments