Skip to content

Commit

Permalink
[updatecli][githubrelease] Bump version to 1.19.5 (#2234)
Browse files Browse the repository at this point in the history
* chore: Updated the content of the file "/var/folders/hn/j6gds1qx1f5by...

... sfn0qp0t03c0000gn/T/updatecli/github/elastic/elastic-agent/.golangci.yml"

Made with ❤️️ by updatecli

* chore: Updated the content of the file "/var/folders/hn/j6gds1qx1f5by...

... sfn0qp0t03c0000gn/T/updatecli/github/elastic/elastic-agent/.go-version"

Made with ❤️️ by updatecli

* chore: Updated the content of the file "/var/folders/hn/j6gds1qx1f5by...

... sfn0qp0t03c0000gn/T/updatecli/github/elastic/elastic-agent/go.mod"

Made with ❤️️ by updatecli

* chore: Updated the content of the file "/var/folders/hn/j6gds1qx1f5by...

... sfn0qp0t03c0000gn/T/updatecli/github/elastic/elastic-agent/Dockerfile"

Made with ❤️️ by updatecli

* chore: Updated the content of the file "/var/folders/hn/j6gds1qx1f5by...

... sfn0qp0t03c0000gn/T/updatecli/github/elastic/elastic-agent/version/docs/version.asciidoc"

Made with ❤️️ by updatecli

* Update linter in the Github workflows

---------

Co-authored-by: Denis Rechkunov <[email protected]>
  • Loading branch information
v1v and rdner authored Mar 1, 2023
1 parent f27f8d0 commit 18bc2ad
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: golangci/golangci-lint-action@v3
with:
# Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version
version: v1.47.2
version: v1.51.2

# Give the job more time to execute.
# Regarding `--whole-files`, the linter is supposed to support linting of changed a patch only but,
Expand Down
2 changes: 1 addition & 1 deletion .go-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.18.10
1.19.5
8 changes: 4 additions & 4 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,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 All @@ -121,17 +121,17 @@ linters-settings:

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

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

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

gosec:
excludes:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG GO_VERSION=1.18.10
ARG GO_VERSION=1.19.5
FROM circleci/golang:${GO_VERSION}


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

go 1.18
go 1.19

require (
github.com/Microsoft/go-winio v0.5.2
Expand Down
2 changes: 1 addition & 1 deletion version/docs/version.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// FIXME: once elastic.co docs have been switched over to use `main`, remove
// the `doc-site-branch` line below as well as any references to it in the code.
:doc-site-branch: master
:go-version: 1.18.10
:go-version: 1.19.5
:release-state: unreleased
:python: 3.7
:docker: 1.12
Expand Down

0 comments on commit 18bc2ad

Please sign in to comment.