Skip to content

Commit

Permalink
[updatecli][shell] Bump version to 1.21 (#217)
Browse files Browse the repository at this point in the history
* chore: Updated the content of the file "/tmp/updatecli/github/elastic...

... /elastic-agent-libs/.golangci.yml"

Made with ❤️️ by updatecli

* chore: Updated the content of the file "/tmp/updatecli/github/elastic...

... /elastic-agent-libs/.go-version"

Made with ❤️️ by updatecli

---------

Co-authored-by: obltmachine <150269514+obltmachine@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and obltmachine committed Jul 8, 2024
1 parent 3dbdeae commit 4e61f1e
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.21.11
1.21.12
8 changes: 4 additions & 4 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ linters-settings:

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

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

staticcheck:
# Select the Go version to target. The default is '1.13'.
go: "1.21.11"
go: "1.21.12"
# https://staticcheck.io/docs/options#checks
checks: ["all"]

stylecheck:
# Select the Go version to target. The default is '1.13'.
go: "1.21.11"
go: "1.21.12"
# https://staticcheck.io/docs/options#checks
checks: ["all"]

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

gosec:
excludes:
Expand Down

0 comments on commit 4e61f1e

Please sign in to comment.