Skip to content

Commit

Permalink
Merge pull request #74 from elastic/updatecli_9e4df898adf59577640fe0e…
Browse files Browse the repository at this point in the history
…045a3797e1b9c8353a4e183333161ac31649350a2

[updatecli][githubrelease] Bump version to 1.19.7
  • Loading branch information
cmacknz authored Mar 21, 2023
2 parents 6734ee6 + fbed436 commit 29bf19e
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.19.5
1.19.7
8 changes: 4 additions & 4 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ linters-settings:

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

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

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

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

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

gosec:
excludes:
Expand Down

0 comments on commit 29bf19e

Please sign in to comment.