Skip to content

Commit

Permalink
ci: Test against latest versions of Go (#586)
Browse files Browse the repository at this point in the history
  • Loading branch information
r-hang authored Aug 15, 2023
1 parent 8fb12f0 commit be3e5dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go: ["1.19.x", "1.20.x"]
go: ["1.20.x", "1.21.x"]
include:
- go: 1.20.x
- go: 1.21.x
latest: true

steps:
Expand Down

0 comments on commit be3e5dc

Please sign in to comment.