We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eacb1b8 commit e6f015aCopy full SHA for e6f015a
docker/Dockerfile
@@ -13,7 +13,7 @@
13
# limitations under the License.
14
15
# Build the manager binary
16
-FROM golang:1.24.2@sha256:1ecc479bc712a6bdb56df3e346e33edcc141f469f82840bab9f4bc2bc41bf91d AS builder
+FROM golang:1.24.5@sha256:14fd8a55e59a560704e5fc44970b301d00d344e45d6b914dda228e09f359a088 AS builder
17
18
ARG TARGETOS
19
ARG TARGETARCH
go.mod
@@ -1,6 +1,6 @@
1
module sigs.k8s.io/secrets-store-sync-controller
2
3
-go 1.24.2
+go 1.24.5
4
5
require (
6
github.com/google/go-cmp v0.6.0
hack/tools/go.mod
module sigs.k8s.io/secrets-store-sync-controller/hack/tools
require github.com/golangci/golangci-lint v1.64.8
0 commit comments