Skip to content

Commit

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

Bumps golang from 1.23.3 to 1.23.4.

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

Signed-off-by: dependabot[bot] <support@github.com>

* Bump golang version in pipeline_definitions

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Plamen Kokanov <plamen.kokanov@sap.com>
  • Loading branch information
dependabot[bot] and plkokanov authored Dec 9, 2024
1 parent f78f9da commit bde11e7
Show file tree
Hide file tree
Showing 2 changed files with 2 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.3'
image: 'golang:1.23.4'
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.3 AS builder
FROM golang:1.23.4 AS builder

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

Expand Down

0 comments on commit bde11e7

Please sign in to comment.