chore: update linter, and workflows

This commit is contained in:
Fernandez Ludovic 2026-02-12 17:32:23 +01:00
commit 4c6d29882e
No known key found for this signature in database
GPG key ID: 581FF80B781EF668
2 changed files with 4 additions and 1 deletions

View file

@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
env:
GO_VERSION: stable
GOLANGCI_LINT_VERSION: v2.8.0
GOLANGCI_LINT_VERSION: v2.9.0
HUGO_VERSION: 0.148.2
CGO_ENABLED: 0
LEGO_E2E_TESTS: CI

View file

@ -183,6 +183,9 @@ linters:
- text: "var-naming: avoid meaningless package names"
linters:
- revive
- text: "var-naming: avoid package names that conflict with Go standard library package names"
linters:
- revive
- path: certcrypto/crypto.go
text: (tlsFeatureExtensionOID|ocspMustStapleFeature) is a global variable
linters: