Skip to content

Commit

Permalink
ci: Add go 1.22 build/testing to github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
t2y committed Feb 11, 2024
1 parent 2d1e4db commit 39f0be6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- uses: actions/setup-go@v4
with:
go-version: '1.21'
go-version: '1.22'
cache: false
- uses: actions/checkout@v3
- name: golangci-lint
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
strategy:
matrix:
go: [
'1.22',
'1.21',
'1.20',
'1.19',
Expand Down

0 comments on commit 39f0be6

Please sign in to comment.