Skip to content

Commit

Permalink
bump go version to match what is supported by quic-go
Browse files Browse the repository at this point in the history
  • Loading branch information
francoismichel committed Jan 3, 2024
1 parent c26b1e5 commit 8c379dd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
build-linux:
strategy:
matrix:
go-version: [ '1.20.x', '1.21.x' ]
go-version: [ '1.21.x', '1.22.0-rc.1' ]
goos: [linux]
testuser: [ssh3-testuser]
testpasswd: [ssh3-testpasswd]
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
build-macos:
strategy:
matrix:
go-version: [ '1.20.x', '1.21.x' ]
go-version: [ '1.21.x', '1.22.0-rc.1' ]
goos: [darwin]
goarch: [amd64,arm64]
runs-on: macos-latest
Expand All @@ -89,7 +89,7 @@ jobs:
build-other-unix:
strategy:
matrix:
go-version: [ '1.20.x', '1.21.x' ]
go-version: [ '1.21.x', '1.22.0-rc.1' ]
goos: [openbsd,freebsd,linux]
goarch: [amd64,"386",arm64,arm]
exclude:
Expand Down

0 comments on commit 8c379dd

Please sign in to comment.