Skip to content

Commit

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

Bumps golang from 1.22.3 to 1.22.4.

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

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

* Update `go` directive

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tim Ebert <timebertt@gmail.com>
  • Loading branch information
dependabot[bot] and timebertt authored Jun 10, 2024
1 parent 4788103 commit 42bea47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
############# builder
FROM golang:1.22.3 AS builder
FROM golang:1.22.4 AS builder

WORKDIR /go/src/github.com/gardener/gardener-extension-os-coreos
# cache deps before building and copying source so that we don't need to re-download as much
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-os-coreos

go 1.22.3
go 1.22.4

require (
github.com/gardener/gardener v1.92.0
Expand Down

0 comments on commit 42bea47

Please sign in to comment.