Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
build(deps): bump golang from 1.22.4-bullseye to 1.23rc1-bullseye
Bumps golang from 1.22.4-bullseye to 1.23rc1-bullseye.

---
updated-dependencies:
- dependency-name: golang
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 3, 2024
commit 77c9d99d20cfefdde8eccc9af1bb44d8595c1ef9
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the manager binary
FROM docker.io/golang:1.22.4-bullseye as builder
FROM docker.io/golang:1.23rc1-bullseye as builder
ARG GOARCH

WORKDIR /workspace
Expand Down