Skip to content

Commit

Permalink
.github/workflows: 1.17.0-rc1 -> 1.17.x
Browse files Browse the repository at this point in the history
Missed in quic-go#3258?
  • Loading branch information
ydnar committed Oct 4, 2021
1 parent 6407535 commit b7f1a83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
strategy:
fail-fast: false
matrix:
go: [ "1.16.x", "1.17.0-rc1" ]
go: [ "1.16.x", "1.17.x" ]
runs-on: ubuntu-latest
env:
DEBUG: false # set this to true to export qlogs and save them as artifacts
Expand Down

0 comments on commit b7f1a83

Please sign in to comment.