Skip to content

Commit

Permalink
gha: Update go versions
Browse files Browse the repository at this point in the history
Since commit 8de6b91, builds with go 1.21 are no longer supported.
This commit updates the go versions used in GitHub Actions to 1.22 and
1.23.

Signed-off-by: Christophe Fergeau <[email protected]>
  • Loading branch information
cfergeau committed Sep 23, 2024
1 parent 376e887 commit 9714c05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .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.21.x", "1.22.x"]
go-version: ["1.22.x", "1.23.x"]
steps:
- uses: actions/checkout@v4
with:
Expand All @@ -32,7 +32,7 @@ jobs:
mv bin/gvproxy.exe bin/gvproxy-windowsgui.exe
- uses: actions/upload-artifact@v4
if: matrix.go-version == '1.21.x'
if: matrix.go-version == '1.22.x'
with:
name: gvisor-tap-vsock-binaries
path: bin/*
Expand Down

0 comments on commit 9714c05

Please sign in to comment.