Skip to content

Commit a41c9fa

Browse files
committed
don't set go version in golangci-lint config
Signed-off-by: CrazyMax <[email protected]>
1 parent 00fdcd3 commit a41c9fa

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)