Merge pull request #3069 from crazy-max/golangci-lint-rm-goversion

don't set go version in golangci-lint config
This commit is contained in:
Tõnis Tiigi 2025-03-20 17:08:06 -07:00 committed by GitHub
commit d46c1d8141
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,9 +1,6 @@
run:
timeout: 30m
modules-download-mode: vendor
# default uses Go version from the go.mod file, fallback on the env var
# `GOVERSION`, fallback on 1.17: https://golangci-lint.run/usage/configuration/#run-configuration
go: "1.23"
linters:
enable: