Skip to content

Commit

Permalink
go.mod: Update go to 1.21
Browse files Browse the repository at this point in the history
This was implicitly changed in commit df12a45 since go-winio 0.6.2
requires go 1.21.
The insomniakslk/dhcp update makes this change required as it breaks the
build with go 1.20.

Signed-off-by: Christophe Fergeau <[email protected]>
  • Loading branch information
cfergeau committed Jul 23, 2024
1 parent 54ba3e9 commit 839f8e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
go-version: ["1.20.x", "1.21.x", "1.22.x"]
go-version: ["1.21.x", "1.22.x"]
steps:
- uses: actions/checkout@v4
with:
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/containers/gvisor-tap-vsock

go 1.20
go 1.21

require (
github.com/Microsoft/go-winio v0.6.2
Expand Down

0 comments on commit 839f8e5

Please sign in to comment.