Skip to content

Commit

Permalink
[Automation] Bump Golang version to 1.22.5 (elastic#3681)
Browse files Browse the repository at this point in the history
* chore: Update .go-version

Made with ❤️️ by updatecli

* chore: Update go.mod

Made with ❤️️ by updatecli

* chore: Update .golangci.yml

Made with ❤️️ by updatecli

* Fix go mod in subdirectories

* Update changelog.

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: michel-laterman <[email protected]>
Co-authored-by: Craig MacKenzie <[email protected]>
  • Loading branch information
3 people authored Jul 4, 2024
1 parent b04157a commit 31b971f
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 71 deletions.
2 changes: 1 addition & 1 deletion .go-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.22.4
1.22.5
2 changes: 1 addition & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ run:
# timeout for analysis, e.g. 30s, 5m, default is 1m
timeout: 1m
build-tags: integration
go: "1.22.4"
go: "1.22.5"

issues:
# Maximum count of issues with the same text.
Expand Down
32 changes: 0 additions & 32 deletions changelog/fragments/1715195075-Upgrade-to-Go-1.21.10.yaml

This file was deleted.

32 changes: 0 additions & 32 deletions changelog/fragments/1717799096-Update-go-to-v1.21.11.yaml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
kind: enhancement

# Change summary; a 80ish characters long description of the change.
summary: Update go to v1.22.4
summary: Update go to v1.22.5

# Long description; in case the summary is not enough to describe the change
# this field accommodate a description without length limits.
Expand All @@ -25,7 +25,7 @@ component:
# If not present is automatically filled by the tooling finding the PR where this changelog fragment has been added.
# NOTE: the tooling supports backports, so it's able to fill the original PR number instead of the backport PR number.
# Please provide it if you are adding a fragment for a different PR.
pr: https://github.com/elastic/fleet-server/pull/3676
pr: https://github.com/elastic/fleet-server/pull/3681

# Issue URL; optional; the GitHub issue related to this changeset (either closes or is part of).
# If not present is automatically filled by the tooling with the issue linked to the PR number.
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/fleet-server/v7

go 1.21
go 1.22

require (
github.com/Pallinder/go-randomdata v1.2.0
Expand Down
2 changes: 1 addition & 1 deletion pkg/api/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/elastic/fleet-server/pkg/api

go 1.21
go 1.22

require github.com/oapi-codegen/runtime v1.1.1

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

go 1.21
go 1.22

replace (
github.com/elastic/fleet-server/pkg/api => ../pkg/api
Expand Down

0 comments on commit 31b971f

Please sign in to comment.