use go 1.17 to build docker image

master
Varsha Varadarajan 2022-08-11 10:55:58 -04:00
parent 0784bd266f
commit 444acee23d
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
# Build the clusterlint binary
FROM golang:1.16 as builder
FROM golang:1.17 as builder
WORKDIR /workspace
# Copy the Go Modules manifests
COPY go.mod go.mod