Chore: Upgrade Go to 1.19.4 (#60794)

This commit is contained in:
Emil Tullstedt 2022-12-29 13:03:56 +01:00 committed by GitHub
parent 329fedb55d
commit bf574e98c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 257 additions and 257 deletions

File diff suppressed because it is too large Load Diff

View File

@ -2,7 +2,7 @@
ARG BASE_IMAGE=alpine:3.15 ARG BASE_IMAGE=alpine:3.15
ARG JS_IMAGE=node:16-alpine3.15 ARG JS_IMAGE=node:16-alpine3.15
ARG GO_IMAGE=golang:1.19.3-alpine3.15 ARG GO_IMAGE=golang:1.19.4-alpine3.15
ARG GO_SRC=go-builder ARG GO_SRC=go-builder
ARG JS_SRC=js-builder ARG JS_SRC=js-builder

View File

@ -168,7 +168,7 @@ build-docker-full-ubuntu: ## Build Docker image based on Ubuntu for development.
DOCKER_BUILDKIT=1 \ DOCKER_BUILDKIT=1 \
docker build \ docker build \
--build-arg BASE_IMAGE=ubuntu:20.04 \ --build-arg BASE_IMAGE=ubuntu:20.04 \
--build-arg GO_IMAGE=golang:1.19.3 \ --build-arg GO_IMAGE=golang:1.19.4 \
--tag grafana/grafana:dev-ubuntu . --tag grafana/grafana:dev-ubuntu .
##@ Services ##@ Services

View File

@ -102,7 +102,7 @@ RUN rm dockerize-linux-amd64-v${DOCKERIZE_VERSION}.tar.gz
# Use old Debian (LTS into 2024) in order to ensure binary compatibility with older glibc's. # Use old Debian (LTS into 2024) in order to ensure binary compatibility with older glibc's.
FROM debian:buster-20220822 FROM debian:buster-20220822
ENV GOVERSION=1.19.3 \ ENV GOVERSION=1.19.4 \
PATH=/usr/local/go/bin:$PATH \ PATH=/usr/local/go/bin:$PATH \
GOPATH=/go \ GOPATH=/go \
NODEVERSION=16.14.0-1nodesource1 \ NODEVERSION=16.14.0-1nodesource1 \

View File

@ -6,14 +6,14 @@ load(
) )
grabpl_version = 'v3.0.20' grabpl_version = 'v3.0.20'
build_image = 'grafana/build-container:1.6.4' build_image = 'grafana/build-container:1.6.6'
publish_image = 'grafana/grafana-ci-deploy:1.3.3' publish_image = 'grafana/grafana-ci-deploy:1.3.3'
deploy_docker_image = 'us.gcr.io/kubernetes-dev/drone/plugins/deploy-image' deploy_docker_image = 'us.gcr.io/kubernetes-dev/drone/plugins/deploy-image'
alpine_image = 'alpine:3.15.6' alpine_image = 'alpine:3.15.6'
curl_image = 'byrnedo/alpine-curl:0.1.8' curl_image = 'byrnedo/alpine-curl:0.1.8'
windows_image = 'mcr.microsoft.com/windows:1809' windows_image = 'mcr.microsoft.com/windows:1809'
wix_image = 'grafana/ci-wix:0.1.1' wix_image = 'grafana/ci-wix:0.1.1'
go_image = 'golang:1.19.3' go_image = 'golang:1.19.4'
trigger_oss = { trigger_oss = {
'repo': [ 'repo': [