Skip to content

Commit

Permalink
Set Go version of base image to 1.17 (#1476)
Browse files Browse the repository at this point in the history
  • Loading branch information
tenzen-y authored Nov 22, 2021
1 parent 9894d67 commit 09dbb8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/images/training-operator/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the manager binary
FROM golang:1.14.9 as builder
FROM golang:1.17 as builder

WORKDIR /workspace
# Copy the Go Modules manifests
Expand Down

0 comments on commit 09dbb8e

Please sign in to comment.