Skip to content

Commit

Permalink
update Go versions on GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
marten-seemann committed Jan 14, 2022
1 parent 0d16821 commit 277669e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jobs:
unit:
strategy:
matrix:
go: [ "1.14", "1.15" ]
go: [ "1.16.x", "1.17.x" ]
runs-on: ubuntu-latest
name: Unit tests (Go ${{ matrix.go }})
steps:
Expand Down Expand Up @@ -36,7 +36,7 @@ jobs:
integration:
strategy:
matrix:
go: [ "1.14", "1.15" ]
go: [ "1.16.x", "1.17.x" ]
runs-on: ubuntu-latest
name: Integration tests (Go ${{ matrix.go }})
steps:
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/marten-seemann/qpack

go 1.14
go 1.16

require (
github.com/onsi/ginkgo v1.14.0
Expand Down

0 comments on commit 277669e

Please sign in to comment.