Skip to content

Commit a3d9050

Browse files
authored
Merge pull request #208 from snprajwal/ci
ci: bump actions, remove Go matrix
2 parents b1847c7 + 14fe2c6 commit a3d9050

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
os: [ubuntu-latest, macos-latest, windows-latest]
17-
go-version: [1.21.x, 1.22.x, 1.23.x]
1817
criu-branch: [master, criu-dev]
1918
exclude: # Skip duplicate CRIT build tests on macos/windows
2019
- os: windows-latest
@@ -35,10 +34,10 @@ jobs:
3534
make -j"$(nproc)" -C criu
3635
sudo make -C criu install-criu PREFIX=/usr
3736
38-
- name: Install Go ${{ matrix.go-version }}
37+
- name: Install Go
3938
uses: actions/setup-go@v5
4039
with:
41-
go-version: ${{ matrix.go-version }}
40+
go-version: 'stable'
4241

4342
- name: Install protoc-gen-go
4443
if: runner.os == 'Linux'

.github/workflows/verify.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
lint:
66
runs-on: ubuntu-latest
77
steps:
8-
- uses: actions/checkout@v3
8+
- uses: actions/checkout@v4
99
- uses: golangci/golangci-lint-action@v3
1010
with:
1111
version: latest
@@ -26,8 +26,8 @@ jobs:
2626
permissions:
2727
pull-requests: read
2828
steps:
29-
- uses: actions/checkout@v3
30-
- uses: dorny/paths-filter@v2
29+
- uses: actions/checkout@v4
30+
- uses: dorny/paths-filter@v3
3131
id: changes
3232
with:
3333
filters: |

0 commit comments

Comments
 (0)