File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -10,14 +10,14 @@ jobs:
1010
1111 build :
1212 name : Console CI
13- runs-on : ubuntu-18 .04
13+ runs-on : ubuntu-22 .04
1414 timeout-minutes : 5
1515 steps :
1616
1717 - name : Set up Go
18- uses : actions/setup-go@v2
18+ uses : actions/setup-go@v3
1919 with :
20- go-version : 1.17 .x
20+ go-version : 1.19 .x
2121 id : go
2222
2323 - name : Setup Go binary path
@@ -27,13 +27,13 @@ jobs:
2727 echo "${{ github.workspace }}/bin" >> $GITHUB_PATH
2828
2929 - name : Check out code
30- uses : actions/checkout@v2
30+ uses : actions/checkout@v3
3131 with :
3232 path : src/github.com/containerd/console
3333 fetch-depth : 25
3434
3535 - name : Checkout project
36- uses : actions/checkout@v2
36+ uses : actions/checkout@v3
3737 with :
3838 repository : containerd/project
3939 path : src/github.com/containerd/project
4242 run : |
4343 go install github.com/vbatts/git-validation@latest
4444 go install github.com/kunalkushwaha/ltag@latest
45- go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0
45+ go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.50.1
4646
4747 - name : Check DCO/whitespace/commit message
4848 env :
You can’t perform that action at this time.
0 commit comments