Skip to content

Commit

Permalink
operator(deps): bump golang in /components/operator (#12)
Browse files Browse the repository at this point in the history
Bumps golang from 1.22.1 to 1.22.2.

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 2, 2024
1 parent 39d4875 commit 030bd9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/operator/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@


# Build the operator binary
FROM golang:1.22.1 as builder
FROM golang:1.22.2 as builder

WORKDIR /workdir

Expand Down

0 comments on commit 030bd9b

Please sign in to comment.