Skip to content

Commit

Permalink
Merge pull request #257 from sagikazarmark/go122
Browse files Browse the repository at this point in the history
ci: add Go 1.22
  • Loading branch information
sagikazarmark committed Mar 25, 2024
2 parents 1f33dac + c2ac08d commit 0f3b5c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go: ["1.19", "1.20", "1.21"]
go: ["1.19", "1.20", "1.21", "1.22"]

steps:
- name: Set up Go
Expand Down

0 comments on commit 0f3b5c8

Please sign in to comment.