Chore: Upgrade Go to 1.19.3 (#58052)

This commit is contained in:
Emil Tullstedt 2022-11-04 14:50:43 +01:00 committed by GitHub
parent a6f302648b
commit 428dd54094
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 261 additions and 261 deletions

File diff suppressed because it is too large Load Diff

View File

@ -20,7 +20,7 @@ COPY emails emails
ENV NODE_ENV production ENV NODE_ENV production
RUN yarn build RUN yarn build
FROM golang:1.19.2-alpine3.15 as go-builder FROM golang:1.19.3-alpine3.15 as go-builder
RUN apk add --no-cache gcc g++ make RUN apk add --no-cache gcc g++ make

View File

@ -21,7 +21,7 @@ COPY emails emails
ENV NODE_ENV production ENV NODE_ENV production
RUN yarn build RUN yarn build
FROM golang:1.19.2 AS go-builder FROM golang:1.19.3 AS go-builder
WORKDIR /src/grafana WORKDIR /src/grafana

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.2 \ ENV GOVERSION=1.19.3 \
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

@ -1,14 +1,14 @@
load('scripts/drone/vault.star', 'from_secret', 'github_token', 'pull_secret', 'drone_token', 'prerelease_bucket') load('scripts/drone/vault.star', 'from_secret', 'github_token', 'pull_secret', 'drone_token', 'prerelease_bucket')
grabpl_version = 'v3.0.15' grabpl_version = 'v3.0.16'
build_image = 'grafana/build-container:1.6.3' build_image = 'grafana/build-container:1.6.4'
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.2' go_image = 'golang:1.19.3'
disable_tests = False disable_tests = False
trigger_oss = { trigger_oss = {