Skip to content

Commit 89d0d02

Browse files
committed
update to go 1.26.2
1 parent 11b391b commit 89d0d02

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.25.5-alpine AS build_deps
1+
FROM golang:1.26.2-alpine AS build_deps
22

33
RUN apk add --no-cache git
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/swills/cert-manager-webhook-namesilo
22

3-
go 1.25.5
3+
go 1.26.2
44

55
require (
66
github.com/cert-manager/cert-manager v1.19.2

0 commit comments

Comments
 (0)