Skip to content

Commit ac6538b

Browse files
apmmachineapmmachine
andauthored
[Automation] Update go release version to 1.17.11 (#57)
Co-authored-by: apmmachine <[email protected]>
1 parent 13cfdd3 commit ac6538b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.go-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.17.6
1+
1.17.11

.golangci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ linters-settings:
104104

105105
gosimple:
106106
# Select the Go version to target. The default is '1.13'.
107-
go: "1.17.6"
107+
go: "1.17.11"
108108

109109
misspell:
110110
# Correct spellings using locale preferences for US or UK.
@@ -153,13 +153,13 @@ linters-settings:
153153

154154
staticcheck:
155155
# Select the Go version to target. The default is '1.13'.
156-
go: "1.17.6"
156+
go: "1.17.11"
157157
# https://staticcheck.io/docs/options#checks
158158
checks: ["all"]
159159

160160
stylecheck:
161161
# Select the Go version to target. The default is '1.13'.
162-
go: "1.17.6"
162+
go: "1.17.11"
163163
# https://staticcheck.io/docs/options#checks
164164
checks: ["all"]
165165

@@ -172,4 +172,4 @@ linters-settings:
172172

173173
unused:
174174
# Select the Go version to target. The default is '1.13'.
175-
go: "1.17.6"
175+
go: "1.17.11"

0 commit comments

Comments
 (0)