Skip to content

Commit

Permalink
use go1.17 in operator docker image
Browse files Browse the repository at this point in the history
Signed-off-by: Prashanth Dintyala <vdintyala@nvidia.com>
  • Loading branch information
saiprashanth173 committed Dec 15, 2021
1 parent 1b671c3 commit dc7a580
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion operator/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the manager binary
FROM golang:1.16 as builder
FROM golang:1.17 as builder

ARG BUILD_VERSION
ARG BUILD_TIME
Expand Down

0 comments on commit dc7a580

Please sign in to comment.