Skip to content

Commit

Permalink
Bumps Go 1.19 -> 1.20
Browse files Browse the repository at this point in the history
Signed-off-by: irbekrm <irbekrm@gmail.com>
  • Loading branch information
irbekrm committed May 24, 2023
1 parent e893cdb commit c27c1c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.

# Build the istio-csr binary
FROM docker.io/library/golang:1.19 as builder
FROM docker.io/library/golang:1.20 as builder

WORKDIR /workspace
# Copy the Go Modules manifests
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/cert-manager/istio-csr

go 1.19
go 1.20

require (
github.com/cert-manager/cert-manager v1.12.0
Expand Down

0 comments on commit c27c1c8

Please sign in to comment.