Skip to content

Commit

Permalink
Merge pull request #15 from elastic/update-go-version-20220606035146-…
Browse files Browse the repository at this point in the history
…main

[automation] Update go release version 1.17.11
  • Loading branch information
cmacknz authored Jun 8, 2022
2 parents c0aac54 + 3573a38 commit 402d41c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .go-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.17.10
1.17.11
8 changes: 4 additions & 4 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ linters-settings:

gosimple:
# Select the Go version to target. The default is '1.13'.
go: "1.17.10"
go: "1.17.11"

misspell:
# Correct spellings using locale preferences for US or UK.
Expand Down Expand Up @@ -148,11 +148,11 @@ linters-settings:

staticcheck:
# Select the Go version to target. The default is '1.13'.
go: "1.17.10"
go: "1.17.11"

stylecheck:
# Select the Go version to target. The default is '1.13'.
go: "1.17.10"
go: "1.17.11"

unparam:
# Inspect exported functions, default is false. Set to true if no external program/library imports your code.
Expand All @@ -163,4 +163,4 @@ linters-settings:

unused:
# Select the Go version to target. The default is '1.13'.
go: "1.17.10"
go: "1.17.11"

0 comments on commit 402d41c

Please sign in to comment.