Skip to content
This repository has been archived by the owner on Aug 14, 2024. It is now read-only.

Commit

Permalink
Merge branch 'main' into renovate/kubernetes-go
Browse files Browse the repository at this point in the history
  • Loading branch information
bjw-s authored Aug 13, 2024
2 parents 177f812 + 4172e21 commit 81bb938
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 @@
# Build the manager binary
FROM golang:1.22@sha256:bb9d8c48543148d038e2d76ffcc12ee7c80d3cb0132b325c1983680ca04d320d as builder
FROM golang:1.22@sha256:e4741baa94a913c171ac5398f1ac25af83b766ebdd4b665ff73a55a8c8b3a5d5 as builder
ARG TARGETOS
ARG TARGETARCH

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/bjw-s/k8s-ycl

go 1.22.0

toolchain go1.22.6
toolchain go1.23.0

require (
k8s.io/api v0.31.0
Expand Down

0 comments on commit 81bb938

Please sign in to comment.