Skip to content
Merged
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.21.5-bullseye to 1.22.0-bullseye
Bumps golang from 1.21.5-bullseye to 1.22.0-bullseye.

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 7, 2024
commit 503c95aa7260039f076e7a945b18fd28ea5f7d22
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 golang:1.21.5-bullseye as builder
FROM golang:1.22.0-bullseye as builder
ARG GOARCH

WORKDIR /workspace
Expand Down