Skip to content

Commit

Permalink
chore(lint): add go 1.22 for the golangci-lint action
Browse files Browse the repository at this point in the history
  • Loading branch information
shipengqi committed May 8, 2024
1 parent 66352bf commit 6707a48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
golangci:
strategy:
matrix:
go: [ '1.20', '1.21' ]
go: [ '1.20', '1.21', '1.22' ]
os: [ ubuntu-latest, windows-latest ]
permissions:
contents: read # for actions/checkout to fetch code
Expand Down

0 comments on commit 6707a48

Please sign in to comment.