You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# 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
85
85
runs-on: ${{ matrix.os }}
86
86
steps:
87
87
- name: Checkout cgroups
88
-
uses: actions/checkout@v3
88
+
uses: actions/checkout@v4
89
89
with:
90
90
path: src/github.com/containerd/cgroups
91
91
92
92
- name: Install Go
93
-
uses: actions/setup-go@v4
93
+
uses: actions/setup-go@v5
94
94
with:
95
-
go-version: ${{ matrix.go }}
95
+
go-version: ${{ matrix.go-version }}
96
96
# Disable Go caching feature when compiling across Linux distributions due to collisions until https://github.com/actions/setup-go/issues/368 is resolved.
0 commit comments