Skip to content

Commit

Permalink
Merge pull request #182 from rst0git/update-go-version
Browse files Browse the repository at this point in the history
go.mod: bump Go version to 1.20
  • Loading branch information
adrianreber committed Jul 16, 2024
2 parents 3b91d77 + 227a6b7 commit 9453d23
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ jobs:
strategy:
fail-fast: false
matrix:
go-version: [1.18.x, 1.19.x, 1.20.x]
go-version: [1.20.x, 1.21.x, 1.22.x]
criu_branch: [master, criu-dev]

steps:

- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
# needed for codecov
fetch-depth: 0
Expand All @@ -32,7 +32,7 @@ jobs:
sudo make -C criu install-criu PREFIX=/usr
- name: Install Go ${{ matrix.go-version }}
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/checkpoint-restore/go-criu/v7

go 1.18
go 1.20

require (
github.com/spf13/cobra v1.8.1
Expand Down

0 comments on commit 9453d23

Please sign in to comment.