Skip to content

Commit

Permalink
build: Test against Go 1.23.
Browse files Browse the repository at this point in the history
This updates CI to test against Go 1.23 and removes the tests for Go
1.21 accordingly.
  • Loading branch information
davecgh committed Aug 20, 2024
1 parent 1bca581 commit a624eb2
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.21", "1.22"]
go: ["1.22", "1.23"]
steps:
- name: Check out source
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
Expand Down

0 comments on commit a624eb2

Please sign in to comment.