ci: update golangci-lint.

This commit is contained in:
Alexandre Pujol 2024-10-19 22:57:08 +01:00
parent 081399a160
commit 061b584b66
No known key found for this signature in database
GPG Key ID: C5469996F0DF68EC

View File

@ -30,7 +30,7 @@ golangci-lint:
stage: lint
image: golangci/golangci-lint
script:
- golangci-lint run --skip-dirs pkg/paths
- golangci-lint run --exclude-dirs pkg/paths
packer:
stage: lint