Skip to content

Commit

Permalink
docs: improve explanation of the default.
Browse files Browse the repository at this point in the history
  • Loading branch information
ldez committed Mar 22, 2022
1 parent d464c12 commit 3e9040a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .golangci.example.yml
Expand Up @@ -66,8 +66,8 @@ run:

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


# output configuration options
Expand Down

0 comments on commit 3e9040a

Please sign in to comment.