Skip to content

Commit

Permalink
VZ-11595: Uptake new golang image for build
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhishek Mitra committed Dec 13, 2023
1 parent 193e286 commit b12baa7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ SHELL:=/usr/bin/env bash
#
# Go.
#
GO_CONTAINER_IMAGE ?= ghcr.io/verrazzano/golang:v1.20.10
GO_VERSION ?= 1.20.12
GO_CONTAINER_IMAGE ?= ghcr.io/verrazzano/golang:v${GO_VERSION}

# Use GOPROXY environment variable if set
GOPROXY := $(shell go env GOPROXY)
Expand Down

0 comments on commit b12baa7

Please sign in to comment.