File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ version: 2.1
4
4
jobs :
5
5
lint :
6
6
docker :
7
- - image : cimg/go:1.20
7
+ - image : cimg/go:1.21
8
8
steps :
9
9
- checkout
10
10
- run : make check_license
@@ -48,6 +48,7 @@ workflows:
48
48
go_version :
49
49
- " 1.19"
50
50
- " 1.20"
51
+ - " 1.21"
51
52
- test :
52
53
name : test-windows
53
54
os : windows
@@ -57,3 +58,4 @@ workflows:
57
58
go_version :
58
59
- " 1.19"
59
60
- " 1.20"
61
+ - " 1.21"
Original file line number Diff line number Diff line change 5
5
require (
6
6
github.com/google/go-cmp v0.5.9
7
7
golang.org/x/sync v0.3.0
8
- golang.org/x/sys v0.11 .0
8
+ golang.org/x/sys v0.12 .0
9
9
)
Original file line number Diff line number Diff line change @@ -2,5 +2,5 @@ github.com/google/go-cmp v0.5.9 h1:O2Tfq5qg4qc4AmwVlvv0oLiVAGB7enBSJ2x2DqQFi38=
2
2
github.com/google/go-cmp v0.5.9 /go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY =
3
3
golang.org/x/sync v0.3.0 h1:ftCYgMx6zT/asHUrPw8BLLscYtGznsLAnjq5RH9P66E =
4
4
golang.org/x/sync v0.3.0 /go.mod h1:FU7BRWz2tNW+3quACPkgCx/L+uEAv1htQ0V83Z9Rj+Y =
5
- golang.org/x/sys v0.11 .0 h1:eG7RXZHdqOJ1i+0lgLgCpSXAp6M3LYlAo6osgSi0xOM =
6
- golang.org/x/sys v0.11 .0 /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
5
+ golang.org/x/sys v0.12 .0 h1:CM0HF96J0hcLAwsHPJZjfdNzs0gftsLfgKt57wWHJ0o =
6
+ golang.org/x/sys v0.12 .0 /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
You can’t perform that action at this time.
0 commit comments