Bump up Go to 1.17

Signed-off-by: Daniel Jiang <jiangd@vmware.com>
This commit is contained in:
Daniel Jiang
2021-12-06 20:10:20 +08:00
parent 02013ef335
commit a3d196ee85
8 changed files with 80 additions and 7 deletions

View File

@@ -11,7 +11,7 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
FROM --platform=$BUILDPLATFORM golang:1.16 as builder-env
FROM --platform=$BUILDPLATFORM golang:1.17 as builder-env
ARG GOPROXY
ARG PKG