Skip to content

Commit

Permalink
chore(deps): bump golang from 1.23.4 to 1.23.5 in /builder
Browse files Browse the repository at this point in the history
Bumps golang from 1.23.4 to 1.23.5.

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 17, 2025
1 parent 560d2e8 commit acc38ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion builder/Dockerfile.k8s
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.23.4
FROM golang:1.23.5

RUN go install sigs.k8s.io/controller-tools/cmd/[email protected]

Expand Down
2 changes: 1 addition & 1 deletion builder/Dockerfile.protoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.23.4
FROM golang:1.23.5

ARG PROTOC_VERSION="29.0" # v5.29.0
ARG PROTOC_ZIP="protoc-${PROTOC_VERSION}-linux-x86_64.zip"
Expand Down

0 comments on commit acc38ce

Please sign in to comment.