Skip to content

Commit

Permalink
Bump golang from 1.22.2 to 1.22.3 (#101)
Browse files Browse the repository at this point in the history
* Bump golang from 1.22.2 to 1.22.3

Bumps golang from 1.22.2 to 1.22.3.

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

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

* Update go version in `go.mod` and `.ci/pipeline_definitions`

---------

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 May 14, 2024
1 parent 2e8ef7b commit 457d9eb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .ci/pipeline_definitions
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ gardener-extension-shoot-rsyslog-relp:
release:
steps:
verify:
image: 'golang:1.22.2'
image: 'golang:1.22.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.22.2 AS builder
FROM golang:1.22.3 AS builder

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

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/gardener-extension-shoot-rsyslog-relp

go 1.22.2
go 1.22.3

require (
github.com/Masterminds/sprig v2.22.0+incompatible
Expand Down

0 comments on commit 457d9eb

Please sign in to comment.