Skip to content

Commit

Permalink
build: Test against Go 1.21.
Browse files Browse the repository at this point in the history
This updates CI to test against Go 1.21 and removes the tests for Go
1.19 accordingly.
  • Loading branch information
davecgh committed Aug 18, 2023
1 parent cb4755d commit d5819df
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 @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go: ["1.19", "1.20"]
go: ["1.20", "1.21"]
steps:
- name: Check out source
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
Expand Down

0 comments on commit d5819df

Please sign in to comment.