Skip to content

Commit

Permalink
[updatecli] Update Golang version to 1.22.3 (#2199)
Browse files Browse the repository at this point in the history
* chore: Update .go-version with Golang version 1.22.3

Made with ❤️️ by updatecli

* chore: Update hermit with Golang version 1.22.3

Made with ❤️️ by updatecli

* chore: Update go.mod files with 1.22

Made with ❤️️ by updatecli

* chore: Update version.asciidoc with Golang version 1.22.3

Made with ❤️️ by updatecli

---------

Co-authored-by: apmmachine <apmmachine@users.noreply.github.com>
  • Loading branch information
apmmachine and apmmachine committed May 13, 2024
1 parent 08de713 commit 44c8261
Show file tree
Hide file tree
Showing 6 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.8
1.22.3
File renamed without changes.
2 changes: 1 addition & 1 deletion bin/go
2 changes: 1 addition & 1 deletion bin/gofmt
2 changes: 1 addition & 1 deletion docs/version.asciidoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// doc-branch can be: master, 8.1, 8.2, etc.
:doc-branch: master
:go-version: 1.21.8
:go-version: 1.22.3
:python: 3.7
:docker: 1.12
:docker-compose: 1.11
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/cloudbeat

go 1.21
go 1.22

require (
cloud.google.com/go/asset v1.18.1
Expand Down

0 comments on commit 44c8261

Please sign in to comment.