Skip to content

Commit e15722b

Browse files
author
robertlestak
committed
bump golang to 1.26.1. thanks @aibaars
closes #46
1 parent 819cd6e commit e15722b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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

deploy/cert-manager-sync/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 1.4.0
18+
version: 1.4.1
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to
2222
# follow Semantic Versioning. They should reflect the version the application is using.
2323
# It is recommended to use it with quotes.
24-
appVersion: "1.4.0"
24+
appVersion: "1.4.1"

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)