Chore: Upgrade Go to 1.20.6 (#71440)

This commit is contained in:
Emil Tullstedt
2023-07-12 15:32:40 +02:00
committed by GitHub
parent cb695cef8e
commit e07fbeef60
10 changed files with 291 additions and 291 deletions

View File

@@ -206,7 +206,7 @@ build-docker-full-ubuntu: ## Build Docker image based on Ubuntu for development.
--build-arg COMMIT_SHA=$$(git rev-parse --short HEAD) \
--build-arg BUILD_BRANCH=$$(git rev-parse --abbrev-ref HEAD) \
--build-arg BASE_IMAGE=ubuntu:20.04 \
--build-arg GO_IMAGE=golang:1.20.4 \
--build-arg GO_IMAGE=golang:1.20.6 \
--tag grafana/grafana$(TAG_SUFFIX):dev-ubuntu \
$(DOCKER_BUILD_ARGS)