Skip to content

Commit

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

0 comments on commit fedbaf9

Please sign in to comment.