Skip to content

Commit

Permalink
docs: fix Go version fallback (golangci#4277)
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusoliveira43 authored and Antonboom committed Mar 3, 2024
1 parent 68deb31 commit f4e6c26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .golangci.reference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ run:

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


Expand Down

0 comments on commit f4e6c26

Please sign in to comment.