Skip to content

Commit

Permalink
Merge pull request #13 from verrazzano/aamitra/VZ-11595-golang1-20-12
Browse files Browse the repository at this point in the history
VZ- 11595 - update golang to 1.20.12
  • Loading branch information
Abhishek Mitra authored Dec 13, 2023
2 parents 193e286 + b12baa7 commit 71d7489
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 71d7489

Please sign in to comment.