[v8.5.x] Chore: Upgrade Go to 1.19.9 (#67817)

Chore: Upgrade Go to 1.19.9
This commit is contained in:
Sofia Papagiannaki
2023-05-04 13:20:40 +03:00
committed by GitHub
parent fe84e221a1
commit 4df843af2c
4 changed files with 201 additions and 201 deletions
+193 -193
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -20,7 +20,7 @@ COPY emails emails
ENV NODE_ENV production
RUN yarn build
FROM golang:1.19.8-alpine3.17 as go-builder
FROM golang:1.19.9-alpine3.17 as go-builder
RUN apk add --no-cache gcc g++ make
+5 -5
View File
@@ -1,5 +1,5 @@
# Use old Debian (this has support into 2022) in order to ensure binary compatibility with older glibc's.
FROM debian:stretch-20210208 AS toolchain
# Use old Debian (this has support into 2024) in order to ensure binary compatibility with older glibc's.
FROM debian:buster-20230502 AS toolchain
ENV OSX_MIN=10.10 \
CTNG=1.24.0 \
@@ -107,10 +107,10 @@ RUN tar -xzvf dockerize-linux-amd64-v${DOCKERIZE_VERSION}.tar.gz -C /tmp/
RUN rm dockerize-linux-amd64-v${DOCKERIZE_VERSION}.tar.gz
# Base image to crossbuild grafana.
# Use old Debian (this has support into 2022) in order to ensure binary compatibility with older glibc's.
FROM debian:stretch-20210208
# Use old Debian (this has support into 2024) in order to ensure binary compatibility with older glibc's.
FROM debian:buster-20230502
ENV GOVERSION=1.19.8 \
ENV GOVERSION=1.19.9 \
PATH=/usr/local/go/bin:$PATH \
GOPATH=/go \
NODEVERSION=16.14.0-1nodesource1 \
+2 -2
View File
@@ -1,14 +1,14 @@
load('scripts/drone/vault.star', 'from_secret', 'github_token', 'pull_secret', 'drone_token', 'prerelease_bucket')
grabpl_version = 'v2.9.50-fixfpm'
build_image = 'grafana/build-container:1.5.5-go1.19.8'
build_image = 'grafana/build-container:1.5.5-go1.19.9'
publish_image = 'grafana/grafana-ci-deploy:1.3.1'
deploy_docker_image = 'us.gcr.io/kubernetes-dev/drone/plugins/deploy-image'
alpine_image = 'alpine:3.15'
curl_image = 'byrnedo/alpine-curl:0.1.8'
windows_image = 'mcr.microsoft.com/windows:1809'
wix_image = 'grafana/ci-wix:0.1.1'
go_image = "golang:1.19.8"
go_image = "golang:1.19.9"
disable_tests = False
trigger_oss = {