File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 50
50
51
51
strategy :
52
52
matrix :
53
- go-version : [1.21 .x, 1.22 .x]
53
+ go-version : [1.22 .x, 1.23 .x]
54
54
55
55
steps :
56
56
- name : Checkout cgroups
67
67
- name : golangci-lint
68
68
uses : golangci/golangci-lint-action@v6
69
69
with :
70
- version : v1.57.1
70
+ version : v1.62.0
71
71
args : --verbose
72
72
working-directory : src/github.com/containerd/cgroups
73
73
78
78
79
79
strategy :
80
80
matrix :
81
- go-version : [1.21 .x, 1.22 .x]
81
+ go-version : [1.22 .x, 1.23 .x]
82
82
# Ubuntu-20.04 has cgroups v1 default; Ubuntu-22.04 has cgroups v2 default.
83
83
os : [ubuntu-20.04, ubuntu-22.04]
84
84
@@ -118,7 +118,7 @@ jobs:
118
118
- name : Install Go
119
119
uses : actions/setup-go@v5
120
120
with :
121
- go-version : ' 1.19 .x'
121
+ go-version : ' 1.22 .x'
122
122
cache-dependency-path : src/github.com/containerd/cgroups
123
123
124
124
- name : Set env
Original file line number Diff line number Diff line change @@ -433,7 +433,7 @@ func getMemorySettings(resources *specs.LinuxResources) []memorySettings {
433
433
},
434
434
{
435
435
name : "kmem.limit_in_bytes" ,
436
- value : mem .Kernel ,
436
+ value : mem .Kernel , //nolint:staticcheck // SA1019: mem.Kernel is deprecated
437
437
},
438
438
{
439
439
name : "kmem.tcp.limit_in_bytes" ,
You can’t perform that action at this time.
0 commit comments