Skip to content

Commit

Permalink
Merge pull request #3681 from trozet/bump_docker_img_go120
Browse files Browse the repository at this point in the history
Bump golang docker version for make check
  • Loading branch information
trozet committed Oct 24, 2023
2 parents 90f06f3 + 7d0df43 commit 9c6c66d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go-controller/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ PKGS ?=
GOPATH ?= $(shell go env GOPATH)
TEST_REPORT_DIR?=$(CURDIR)/_artifacts
export TEST_REPORT_DIR
GO_VERSION ?= 1.19.6
GO_VERSION ?= 1.20.1
GO_DOCKER_IMG = quay.io/giantswarm/golang:${GO_VERSION}
# CONTAINER_RUNNABLE determines if the tests can be run inside a container. It checks to see if
# podman/docker is installed on the system.
Expand Down

0 comments on commit 9c6c66d

Please sign in to comment.