14
14
timeout-minutes : 5
15
15
16
16
steps :
17
- - uses : actions/setup-go@v3
17
+ - uses : actions/setup-go@v5
18
18
with :
19
19
go-version : 1.21.x
20
20
24
24
echo "GOPATH=${{ github.workspace }}" >> $GITHUB_ENV
25
25
echo "${{ github.workspace }}/bin" >> $GITHUB_PATH
26
26
27
- - uses : actions/checkout@v3
27
+ - uses : actions/checkout@v4
28
28
with :
29
29
path : src/github.com/containerd/go-cni
30
30
fetch-depth : 25
@@ -48,11 +48,11 @@ jobs:
48
48
os : [ubuntu-22.04]
49
49
50
50
steps :
51
- - uses : actions/checkout@v3
51
+ - uses : actions/checkout@v4
52
52
with :
53
53
path : src/github.com/containerd/go-cni
54
54
55
- - uses : actions/setup-go@v3
55
+ - uses : actions/setup-go@v5
56
56
with :
57
57
go-version : ${{ matrix.go }}
58
58
62
62
echo "GOPATH=${{ github.workspace }}" >> $GITHUB_ENV
63
63
echo "${{ github.workspace }}/bin" >> $GITHUB_PATH
64
64
65
- - uses : golangci/golangci-lint-action@v3
65
+ - uses : golangci/golangci-lint-action@v6
66
66
with :
67
- version : v1.56.1
67
+ version : v1.61.0
68
68
working-directory : src/github.com/containerd/go-cni
69
69
70
70
tests :
@@ -77,11 +77,11 @@ jobs:
77
77
go-version : ["1.21.8", "1.22.1"]
78
78
79
79
steps :
80
- - uses : actions/checkout@v3
80
+ - uses : actions/checkout@v4
81
81
with :
82
82
path : src/github.com/containerd/go-cni
83
83
84
- - uses : actions/setup-go@v3
84
+ - uses : actions/setup-go@v5
85
85
with :
86
86
go-version : ${{ matrix.go }}
87
87
0 commit comments