cd: use go1.23 for golangci-lint

This commit is contained in:
Gabriel Augendre 2024-08-26 07:46:50 +02:00
parent be0aa70f23
commit 021f1b4ed6

View file

@ -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: