Skip to content

Commit 690200e

Browse files
committed
docs: specify default go version 1.17
1 parent 55d800e commit 690200e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.golangci.reference.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -771,9 +771,9 @@ linters-settings:
771771

772772
gosimple:
773773
# Select the Go version to target.
774-
# Default: 1.13
774+
# Default: "1.17"
775775
# Deprecated: use the global `run.go` instead.
776-
go: "1.15"
776+
go: "1.17"
777777
# Sxxxx checks in https://staticcheck.io/docs/configuration/options/#checks
778778
# Default: ["*"]
779779
checks: [ "all" ]
@@ -1686,18 +1686,18 @@ linters-settings:
16861686

16871687
staticcheck:
16881688
# Select the Go version to target.
1689-
# Default: "1.13"
1689+
# Default: "1.17"
16901690
# Deprecated: use the global `run.go` instead.
1691-
go: "1.15"
1691+
go: "1.17"
16921692
# SAxxxx checks in https://staticcheck.io/docs/configuration/options/#checks
16931693
# Default: ["*"]
16941694
checks: [ "all" ]
16951695

16961696
stylecheck:
16971697
# Select the Go version to target.
1698-
# Default: 1.13
1698+
# Default: "1.17"
16991699
# Deprecated: use the global `run.go` instead.
1700-
go: "1.15"
1700+
go: "1.17"
17011701
# STxxxx checks in https://staticcheck.io/docs/configuration/options/#checks
17021702
# Default: ["*"]
17031703
checks: [ "all", "-ST1000", "-ST1003", "-ST1016", "-ST1020", "-ST1021", "-ST1022" ]

0 commit comments

Comments
 (0)