Skip to content

Commit b3a6d03

Browse files
author
robertlestak
committed
bump golang to 1.26.1
1 parent 819cd6e commit b3a6d03

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.25.7 as builder
1+
FROM golang:1.26.1 as builder
22

33
WORKDIR /app
44

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/robertlestak/cert-manager-sync
22

3-
go 1.25.7
3+
go 1.26.1
44

55
require (
66
cloud.google.com/go/certificatemanager v1.9.6

0 commit comments

Comments
 (0)