Skip to content

Commit

Permalink
Upgrade to Go 1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
remilapeyre committed Jul 4, 2023
1 parent 54b357f commit 057ed8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
fail-fast: false
matrix:
go-version: [1.18.x, 1.19.x]
go-version: [1.19.x, 1.20.x]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion .go-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.17.6
1.20.5

0 comments on commit 057ed8e

Please sign in to comment.