Skip to content

Commit

Permalink
chore: updated plugin-ci go dependency to 1.19.3 (#58035)
Browse files Browse the repository at this point in the history
  • Loading branch information
yesoreyeram authored Nov 2, 2022
1 parent 9e25cf7 commit c585423
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
## Find the latest tags on https://hub.docker.com/r/grafana/grafana-plugin-ci/tags?page=1&name=alpine
##

DOCKER_IMAGE_NAME="grafana/grafana-plugin-ci:1.5.1-alpine"
DOCKER_IMAGE_NAME="grafana/grafana-plugin-ci:1.6.0-alpine"
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ apk add --no-cache curl npm yarn build-base openssh git-lfs perl-utils coreutils
# apk add --no-cache xvfb glib nss nspr gdk-pixbuf "gtk+3.0" pango atk cairo dbus-libs libxcomposite libxrender libxi libxtst libxrandr libxscrnsaver alsa-lib at-spi2-atk at-spi2-core cups-libs gcompat libc6-compat

# Install Go
filename="go1.19.2.linux-amd64.tar.gz"
get_file "https://dl.google.com/go/$filename" "/tmp/$filename" "5e8c5a74fe6470dd7e055a461acda8bb4050ead8c2df70f227e3ff7d8eb7eeb6"
filename="go1.19.3.linux-amd64.tar.gz"
get_file "https://dl.google.com/go/$filename" "/tmp/$filename" "74b9640724fd4e6bb0ed2a1bc44ae813a03f1e72a4c76253e2d5c015494430ba"
untar_file "/tmp/$filename"

# Install golangci-lint
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
##

DOCKER_IMAGE_BASE_NAME="grafana/grafana-plugin-ci-e2e"
DOCKER_IMAGE_VERSION="1.4.1"
DOCKER_IMAGE_VERSION="1.6.0"
DOCKER_IMAGE_NAME="${DOCKER_IMAGE_BASE_NAME}:${DOCKER_IMAGE_VERSION}"
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ source "/etc/profile"
npm i -g yarn

# Install Go
filename="go1.19.2.linux-amd64.tar.gz"
get_file "https://dl.google.com/go/$filename" "/tmp/$filename" "5e8c5a74fe6470dd7e055a461acda8bb4050ead8c2df70f227e3ff7d8eb7eeb6"
filename="go1.19.3.linux-amd64.tar.gz"
get_file "https://dl.google.com/go/$filename" "/tmp/$filename" "74b9640724fd4e6bb0ed2a1bc44ae813a03f1e72a4c76253e2d5c015494430ba"
untar_file "/tmp/$filename"

# Install golangci-lint
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
## Find the latest tags on https://hub.docker.com/r/grafana/grafana-plugin-ci/tags
##

DOCKER_IMAGE_NAME="grafana/grafana-plugin-ci:1.4.1"
DOCKER_IMAGE_NAME="grafana/grafana-plugin-ci:1.6.0"
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
source "./deploy-common.sh"

# Install Go
filename="go1.19.2.linux-amd64.tar.gz"
get_file "https://dl.google.com/go/$filename" "/tmp/$filename" "5e8c5a74fe6470dd7e055a461acda8bb4050ead8c2df70f227e3ff7d8eb7eeb6"
filename="go1.19.3.linux-amd64.tar.gz"
get_file "https://dl.google.com/go/$filename" "/tmp/$filename" "74b9640724fd4e6bb0ed2a1bc44ae813a03f1e72a4c76253e2d5c015494430ba"
untar_file "/tmp/$filename"

# Install golangci-lint
Expand Down

0 comments on commit c585423

Please sign in to comment.