Skip to content

Commit d131daf

Browse files
author
Mateus Oliveira
authored
docs: fix Go version fallback (#4277)
1 parent fc509b3 commit d131daf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.golangci.reference.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ run:
7272

7373
# Define the Go version limit.
7474
# Mainly related to generics support since go1.18.
75-
# Default: use Go version from the go.mod file, fallback on the env var `GOVERSION`, fallback on 1.18
75+
# Default: use Go version from the go.mod file, fallback on the env var `GOVERSION`, fallback on 1.17
7676
go: '1.19'
7777

7878

0 commit comments

Comments
 (0)