File tree 2 files changed +11
-7
lines changed
2 files changed +11
-7
lines changed Original file line number Diff line number Diff line change 16
16
steps :
17
17
- uses : actions/setup-go@v3
18
18
with :
19
- go-version : 1.17 .x
19
+ go-version : 1.20 .x
20
20
21
21
- name : Set env
22
22
shell : bash
@@ -29,11 +29,11 @@ jobs:
29
29
path : src/github.com/containerd/go-cni
30
30
fetch-depth : 25
31
31
32
- - uses : containerd/project-checks@v1
32
+ - uses : containerd/project-checks@v1.1.0
33
33
with :
34
34
working-directory : src/github.com/containerd/go-cni
35
35
36
- - uses : containerd/project-checks@v1
36
+ - uses : containerd/project-checks@v1.1.0
37
37
with :
38
38
working-directory : src/github.com/containerd/go-cni/integration
39
39
44
44
45
45
strategy :
46
46
matrix :
47
- go-version : [1.17 .x]
47
+ go-version : [1.19.x, 1.20 .x]
48
48
os : [ubuntu-22.04]
49
49
50
50
steps :
@@ -64,22 +64,26 @@ jobs:
64
64
65
65
- uses : golangci/golangci-lint-action@v3
66
66
with :
67
- version : v1.50 .1
67
+ version : v1.51 .1
68
68
working-directory : src/github.com/containerd/go-cni
69
69
70
70
tests :
71
71
name : Tests
72
72
runs-on : ubuntu-22.04
73
73
timeout-minutes : 5
74
74
75
+ strategy :
76
+ matrix :
77
+ go-version : [1.19.x, 1.20.x]
78
+
75
79
steps :
76
80
- uses : actions/checkout@v3
77
81
with :
78
82
path : src/github.com/containerd/go-cni
79
83
80
84
- uses : actions/setup-go@v3
81
85
with :
82
- go-version : 1.17.x
86
+ go-version : ${{ matrix.go }}
83
87
84
88
- name : Set env
85
89
shell : bash
Original file line number Diff line number Diff line change 1
1
module github.com/containerd/go-cni
2
2
3
- go 1.17
3
+ go 1.19
4
4
5
5
require (
6
6
github.com/containernetworking/cni v1.1.2
You can’t perform that action at this time.
0 commit comments