Skip to content

Commit d46c1d8

Browse files
authored
Merge pull request #3069 from crazy-max/golangci-lint-rm-goversion
don't set go version in golangci-lint config
2 parents c682742 + a41c9fa commit d46c1d8

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.golangci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
run:
22
timeout: 30m
33
modules-download-mode: vendor
4-
# default uses Go version from the go.mod file, fallback on the env var
5-
# `GOVERSION`, fallback on 1.17: https://golangci-lint.run/usage/configuration/#run-configuration
6-
go: "1.23"
74

85
linters:
96
enable:

0 commit comments

Comments
 (0)