Skip to content

Commit

Permalink
chore(deps): Upgrade to go 1.23.5 (#496)
Browse files Browse the repository at this point in the history
* chore(deps): Upgrade to go 1.23.5 (run-int-tests)

* start (run-int-tests)
  • Loading branch information
guewa authored Jan 27, 2025
1 parent e95622f commit e2564ff
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .ci/ensure-go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash -eu

go_version="1.22.7"
go_version="1.23.5"

if ! which go 1>/dev/null; then
echo "> Installing go ..."
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/gardener/landscaper-service

go 1.22.7
go 1.23.5

require (
github.com/gardener/component-spec/bindings-go v0.0.98
Expand Down
2 changes: 1 addition & 1 deletion integration-test/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/gardener/landscaper-service/test/integration

go 1.23.4
go 1.23.5

require (
github.com/gardener/component-spec/bindings-go v0.0.98
Expand Down

0 comments on commit e2564ff

Please sign in to comment.