Skip to content

Commit

Permalink
Merge pull request #97 from kubernetes-sigs/golang-1-19
Browse files Browse the repository at this point in the history
Bump go version to 1.19 to pick up a few CVE fixes.
  • Loading branch information
MrHohn committed Jan 11, 2023
2 parents f23e75a + c881ff4 commit a483b2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module k8s.io/ip-masq-agent

go 1.17
go 1.19

require (
github.com/golang/glog v1.0.0
Expand Down

0 comments on commit a483b2e

Please sign in to comment.