Skip to content

Commit

Permalink
chore: upgrade to go v1.22.4 (#1151)
Browse files Browse the repository at this point in the history
* chore: upgrade to go v1.22.4

* Update toolchain

* start (run-int-tests)

* toolchain go1.22.4

* start (run-int-tests)

* start (run-int-tests)
  • Loading branch information
guewa authored Jun 26, 2024
1 parent 0b428e7 commit 4a5e408
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .ci/ensure-go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# SPDX-License-Identifier: Apache-2.0

go_version="1.22.2"
go_version="1.22.4"

if ! which go 1>/dev/null; then
echo "> Installing go ..."
Expand Down
2 changes: 1 addition & 1 deletion .golangci.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
run:
concurrency: 4
timeout: 10m
go: '1.22.2'
go: '1.22.4'
4 changes: 1 addition & 3 deletions apis/go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
module github.com/gardener/landscaper/apis

go 1.22.0

toolchain go1.22.4
go 1.22.4

require (
github.com/gardener/component-spec/bindings-go v0.0.98
Expand Down
4 changes: 1 addition & 3 deletions controller-utils/go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
module github.com/gardener/landscaper/controller-utils

go 1.22.0

toolchain go1.22.4
go 1.22.4

require (
github.com/gardener/landscaper/apis v0.0.0-00010101000000-000000000000
Expand Down
4 changes: 3 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
module github.com/gardener/landscaper

go 1.22.2
go 1.22.0

toolchain go1.22.4

require (
dario.cat/mergo v1.0.0
Expand Down
6 changes: 5 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"configMigration": true,
"schedule": "after 02:30pm and before 04:30pm every weekday",
"schedule": [
"after 02:30pm",
"before 04:30pm",
"every weekday"
],
"prHourlyLimit": 1,
"prConcurrentLimit": 2,
"timezone": "Europe/Berlin",
Expand Down

0 comments on commit 4a5e408

Please sign in to comment.