Skip to content

Commit

Permalink
cd: use go1.23 for golangci-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Crocmagnon committed Aug 26, 2024
1 parent be0aa70 commit 021f1b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
golangci:
strategy:
matrix:
go: ['1.21', '1.22']
go: ['1.22', '1.23']
name: lint
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 021f1b4

Please sign in to comment.