Skip to content

Commit

Permalink
ci: update test matrix to Go 1.19-1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
lithammer committed Apr 28, 2023
1 parent a6d3776 commit 1174331
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 @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
platform: [ubuntu-latest, macos-latest, windows-latest]
go-version: ['1.17', '1.18']
go-version: ["1.19", "1.20"]
runs-on: ${{ matrix.platform }}
steps:
- name: Setup Go
Expand Down

0 comments on commit 1174331

Please sign in to comment.