File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- FROM golang:1.25.7 as builder
1+ FROM golang:1.26.1 as builder
22
33WORKDIR /app
44
Original file line number Diff line number Diff 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 "
Original file line number Diff line number Diff line change 11module github.com/robertlestak/cert-manager-sync
22
3- go 1.25.7
3+ go 1.26.1
44
55require (
66 cloud.google.com/go/certificatemanager v1.9.6
You can’t perform that action at this time.
0 commit comments