Skip to content
This repository has been archived by the owner on Sep 21, 2023. It is now read-only.

Commit

Permalink
[Automation] Bump Golang version to 1.20.6 (#322)
Browse files Browse the repository at this point in the history
* chore: Updated to content "go 1.20" in file "go.mod"

Made with ❤️️ by updatecli

* chore: Updated to content "1.20.6" in file ".golangci.yml"

Made with ❤️️ by updatecli

* chore: Updated to content "1.20.6" in file ".go-version"

Made with ❤️️ by updatecli

---------

Co-authored-by: apmmachine <[email protected]>
  • Loading branch information
apmmachine and apmmachine authored Jul 24, 2023
1 parent a8b8665 commit 27e9a78
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .go-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.20.5
1.20.6
8 changes: 4 additions & 4 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ linters-settings:

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

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

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

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

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

gosec:
excludes:
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/elastic/elastic-agent-shipper

go 1.19
go 1.20

require (
github.com/elastic/elastic-agent-libs v0.3.5-0.20230323214151-3aab752a0cc7
Expand Down

0 comments on commit 27e9a78

Please sign in to comment.