We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 819cd6e commit b3a6d03Copy full SHA for b3a6d03
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:1.25.7 as builder
+FROM golang:1.26.1 as builder
2
3
WORKDIR /app
4
go.mod
@@ -1,6 +1,6 @@
module github.com/robertlestak/cert-manager-sync
-go 1.25.7
+go 1.26.1
5
require (
6
cloud.google.com/go/certificatemanager v1.9.6
0 commit comments