Skip to content

Commit

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

[automation] Update go release version 1.18.4
  • Loading branch information
cmacknz authored Jul 26, 2022
2 parents 13e3e17 + 36ce981 commit 2bd1d4b
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.12
1.18.4
8 changes: 4 additions & 4 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ linters-settings:

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

nakedret:
# make an issue if func has more lines of code than this setting and it has naked returns; default is 30
Expand All @@ -118,17 +118,17 @@ linters-settings:

staticcheck:
# Select the Go version to target. The default is '1.13'.
go: "1.17.12"
go: "1.18.4"
checks: ["all"]

stylecheck:
# Select the Go version to target. The default is '1.13'.
go: "1.17.12"
go: "1.18.4"
checks: ["all"]

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

gosec:
excludes:
Expand Down

0 comments on commit 2bd1d4b

Please sign in to comment.