Skip to content

Commit

Permalink
fix(operator): Update Go builder for size-calculator (grafana#12161)
Browse files Browse the repository at this point in the history
  • Loading branch information
xperimental authored Mar 7, 2024
1 parent 49f8f7b commit 5fd5e06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion operator/calculator.Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 5fd5e06

Please sign in to comment.