Skip to content

Commit

Permalink
chore: Updated the content of the file "/var/folders/hn/j6gds1qx1f5by...
Browse files Browse the repository at this point in the history
... sfn0qp0t03c0000gn/T/updatecli/github/elastic/elastic-agent-autodiscover/.golangci.yml"

Made with ❤️️ by updatecli
  • Loading branch information
v1v committed Feb 7, 2023
1 parent 0635b15 commit 07ad551
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ linters-settings:

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

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 @@ -121,15 +121,15 @@ linters-settings:

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

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

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

gosec:
excludes:
Expand Down

0 comments on commit 07ad551

Please sign in to comment.