diff --git a/.dagger/constants.go b/.dagger/constants.go index d7e2e51..32f2474 100644 --- a/.dagger/constants.go +++ b/.dagger/constants.go @@ -16,7 +16,7 @@ const ( // CuelangVersion is the version of Cuelang CuelangVersion = "v0.15.1" // GolangciLintImage is the GolangCI-Lint image used by default - GolangciLintImage = "golangci/golangci-lint:v2.6.2-alpine" + GolangciLintImage = "golangci/golangci-lint:v2.7.2-alpine" ) const ( diff --git a/.golangci.yaml b/.golangci.yaml index 2891ed6..41fabba 100644 --- a/.golangci.yaml +++ b/.golangci.yaml @@ -17,3 +17,8 @@ linters: presets: - std-error-handling - common-false-positives + settings: + revive: + directives: + - exclude: + - var-naming