Bump Go in Dockerfile, add comment
Signed-off-by: irbekrm <irbekrm@gmail.com>
This commit is contained in:
parent
806f2ea4e4
commit
22140c5dee
2 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
FROM golang:1.18-alpine AS build_deps
|
FROM golang:1.19-alpine AS build_deps
|
||||||
|
|
||||||
RUN apk add --no-cache git
|
RUN apk add --no-cache git
|
||||||
|
|
||||||
|
|
1
go.mod
1
go.mod
|
@ -3,6 +3,7 @@ module github.com/cert-manager/webhook-example
|
||||||
go 1.19
|
go 1.19
|
||||||
|
|
||||||
// This is needed till a we release a version of cert-manager with https://github.com/cert-manager/cert-manager/pull/5736
|
// This is needed till a we release a version of cert-manager with https://github.com/cert-manager/cert-manager/pull/5736
|
||||||
|
// The version was generated by adding replace github.com/cert-manager/cert-manager => github.com/cert-manager/cert-manager release-1.11 and running go mod tidy
|
||||||
replace github.com/cert-manager/cert-manager => github.com/cert-manager/cert-manager v1.11.1-0.20230119150913-7ebb5f515e4f
|
replace github.com/cert-manager/cert-manager => github.com/cert-manager/cert-manager v1.11.1-0.20230119150913-7ebb5f515e4f
|
||||||
|
|
||||||
require (
|
require (
|
||||||
|
|
Loading…
Reference in a new issue