From c881ff4535c29dd2d669d81929db7dc2fb33cbbc Mon Sep 17 00:00:00 2001 From: Zihong Zheng Date: Thu, 5 Jan 2023 16:49:10 -0800 Subject: [PATCH] Bump go version to 1.19 to pick up a few CVE fixes. --- Makefile | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 0d7ce9c..43b19a4 100644 --- a/Makefile +++ b/Makefile @@ -62,7 +62,7 @@ BASEIMAGE ?= k8s.gcr.io/build-image/distroless-iptables:v0.1.1 TAG := $(VERSION)__$(OS)_$(ARCH) -BUILD_IMAGE ?= golang:1.17-alpine +BUILD_IMAGE ?= golang:1.19.4-alpine BIN_EXTENSION := ifeq ($(OS), windows) diff --git a/go.mod b/go.mod index d661caa..e12ac90 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module k8s.io/ip-masq-agent -go 1.17 +go 1.19 require ( github.com/golang/glog v1.0.0