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 50e8a17
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 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
2 changes: 1 addition & 1 deletion .github/workflows/test.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
2 changes: 0 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,13 @@ require (
github.com/go-jose/go-jose/v3 v3.0.0 // indirect
github.com/go-logr/logr v1.2.4 // indirect
github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 // indirect
github.com/golang/mock v1.6.0 // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/google/go-cmp v0.6.0 // indirect
github.com/google/pprof v0.0.0-20210407192527-94a9f03dee38 // indirect
github.com/kr/pretty v0.3.1 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.19 // indirect
github.com/quic-go/qpack v0.4.0 // indirect
github.com/quic-go/qtls-go1-20 v0.3.3 // indirect
go.uber.org/mock v0.3.0 // indirect
golang.org/x/exp v0.0.0-20221205204356-47842c84f3db // indirect
golang.org/x/mod v0.12.0 // indirect
Expand Down

0 comments on commit 50e8a17

Please sign in to comment.