Skip to content

Commit

Permalink
[release-v1.7] build: Test against Go 1.20.
Browse files Browse the repository at this point in the history
This updates CI to test against Go 1.20 and removes the tests for Go
1.18 accordingly.
  • Loading branch information
davecgh committed Apr 7, 2023
1 parent 8ab603d commit 5416c19
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 @@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go: [1.16, 1.17]
go: ["1.19", "1.20"]
steps:
- name: Set up Go
uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 #v3.5.0
Expand Down

0 comments on commit 5416c19

Please sign in to comment.