File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 14
14
fail-fast : false
15
15
matrix :
16
16
os : [ubuntu-latest, macos-latest, windows-latest]
17
- go-version : [1.21.x, 1.22.x, 1.23.x]
18
17
criu-branch : [master, criu-dev]
19
18
exclude : # Skip duplicate CRIT build tests on macos/windows
20
19
- os : windows-latest
@@ -35,10 +34,10 @@ jobs:
35
34
make -j"$(nproc)" -C criu
36
35
sudo make -C criu install-criu PREFIX=/usr
37
36
38
- - name : Install Go ${{ matrix.go-version }}
37
+ - name : Install Go
39
38
uses : actions/setup-go@v5
40
39
with :
41
- go-version : ${{ matrix.go-version }}
40
+ go-version : ' stable '
42
41
43
42
- name : Install protoc-gen-go
44
43
if : runner.os == 'Linux'
Original file line number Diff line number Diff line change 5
5
lint :
6
6
runs-on : ubuntu-latest
7
7
steps :
8
- - uses : actions/checkout@v3
8
+ - uses : actions/checkout@v4
9
9
- uses : golangci/golangci-lint-action@v3
10
10
with :
11
11
version : latest
26
26
permissions :
27
27
pull-requests : read
28
28
steps :
29
- - uses : actions/checkout@v3
30
- - uses : dorny/paths-filter@v2
29
+ - uses : actions/checkout@v4
30
+ - uses : dorny/paths-filter@v3
31
31
id : changes
32
32
with :
33
33
filters : |
You can’t perform that action at this time.
0 commit comments