Skip to content

Commit

Permalink
VZ-11595: Uptake new golang base image go1.20.12 (#16) (#17)
Browse files Browse the repository at this point in the history
* VZ-11595: Uptake new golang base image go1.20.12

* VZ-11595: fix syntax
  • Loading branch information
Abhishek Mitra authored Dec 13, 2023
1 parent c0b22f6 commit 9c1218d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ SHELL:=/usr/bin/env bash
#
# Go.
#
GO_VERSION ?= 1.20.10
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}
FINAL_IMAGE ?= ghcr.io/oracle/oraclelinux:8-slim

# Use GOPROXY environment variable if set
Expand Down

0 comments on commit 9c1218d

Please sign in to comment.