fix(operator): Update Go builder for size-calculator (#12161)

pull/12163/head
Robert Jacob 2 years ago committed by GitHub
parent 49f8f7b3ee
commit 5fd5e06cfc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      operator/calculator.Dockerfile

@ -1,5 +1,5 @@
# Build the calculator binary
FROM golang:1.20.6 as builder
FROM golang:1.21.7 as builder
WORKDIR /workspace
# Copy the Go Modules manifests

Loading…
Cancel
Save