Skip to content

Commit

Permalink
Bump golang from 1.23.2 to 1.23.3 (#193)
Browse files Browse the repository at this point in the history
* Bump golang from 1.23.2 to 1.23.3

Bumps golang from 1.23.2 to 1.23.3.

---
updated-dependencies:
- dependency-name: golang
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump golang version in pipeline_definitions

* Re-add `clamp_mss_to_pmtu` to e2e tests

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Plamen Kokanov <[email protected]>
  • Loading branch information
dependabot[bot] and plkokanov authored Nov 26, 2024
1 parent 13e26b9 commit 51ce0e3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .ci/pipeline_definitions
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ gardener-extension-shoot-rsyslog-relp:
release:
steps:
verify:
image: 'golang:1.23.2'
image: 'golang:1.23.3'
traits:
version:
preprocess: 'finalize'
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# SPDX-License-Identifier: Apache-2.0

############# builder
FROM golang:1.23.2 AS builder
FROM golang:1.23.3 AS builder

WORKDIR /go/src/github.com/gardener/gardener-extension-shoot-rsyslog-relp

Expand Down
2 changes: 2 additions & 0 deletions hack/ci-e2e-kind.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ fi

source "${REPO_ROOT}"/gardener/hack/ci-common.sh

clamp_mss_to_pmtu

ensure_glgc_resolves_to_localhost

# test setup
Expand Down

0 comments on commit 51ce0e3

Please sign in to comment.