Skip to content

Commit

Permalink
Bump CI 1.19 go versions to 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
anacrolix committed Sep 14, 2023
1 parent 178b606 commit 4fb12d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
go-version: [ '1.19', '1.20' ]
go-version: [ '1.21', '1.20' ]
os: [windows-latest, macos-latest, ubuntu-latest]
fail-fast: false
steps:
Expand Down

0 comments on commit 4fb12d0

Please sign in to comment.