Skip to content

Commit

Permalink
Drop Go 1.17 and Go 1.18 from CI (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
sywhang authored Jul 19, 2023
1 parent 60f2278 commit c64632e
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:
runs-on: ubuntu-latest
strategy:
matrix:
go: ["1.17.x", "1.18.x", "1.19.x", "1.20.x"]
go: ["1.19.x", "1.20.x"]
include:
- go: 1.20.x
latest: true
Expand Down

0 comments on commit c64632e

Please sign in to comment.