build: upgrade to go1.17.1 (#22437)

pull/22439/head
Dane Strandboge 2021-09-10 14:34:58 -05:00 committed by GitHub
parent 26e35ed945
commit bd8a1e18f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 9 deletions

View File

@ -186,8 +186,8 @@ commands:
# GO_VERSION_HASH is from https://golang.org/dl/
command: |
mkdir -p ${HOME}/.tools
GO_VERSION=1.17
GO_VERSION_HASH=6bf89fc4f5ad763871cf7eac80a2d594492de7a818303283f1366a7f6a30372d
GO_VERSION=1.17.1
GO_VERSION_HASH=dab7d9c34361dc21ec237d584590d72500652e7c909bf082758fb63064fca0ef
wget https://golang.org/dl/go${GO_VERSION}.linux-amd64.tar.gz
echo "${GO_VERSION_HASH} go${GO_VERSION}.linux-amd64.tar.gz" | sha256sum --check --
tar -C ${HOME}/.tools -xzf go${GO_VERSION}.linux-amd64.tar.gz
@ -347,7 +347,7 @@ jobs:
godeps:
docker:
- image: cimg/go:1.17
- image: cimg/go:1.17.1
environment:
TMPDIR: /mnt/ramdisk
working_directory: /home/circleci/go/src/github.com/influxdata/influxdb
@ -366,7 +366,7 @@ jobs:
golint:
docker:
- image: cimg/go:1.17
- image: cimg/go:1.17.1
environment:
TMPDIR: /mnt/ramdisk
working_directory: /home/circleci/go/src/github.com/influxdata/influxdb
@ -403,7 +403,7 @@ jobs:
gotest:
docker:
- image: cimg/go:1.17
- image: cimg/go:1.17.1
resource_class: large
environment:
TMPDIR: /mnt/ramdisk
@ -431,7 +431,7 @@ jobs:
fluxtest:
docker:
- image: cimg/go:1.17
- image: cimg/go:1.17.1
environment:
TMPDIR: /mnt/ramdisk
working_directory: /home/circleci/go/src/github.com/influxdata/influxdb
@ -446,7 +446,7 @@ jobs:
tlstest:
docker:
- image: cimg/go:1.17
- image: cimg/go:1.17.1
environment:
TMPDIR: /mnt/ramdisk
working_directory: /home/circleci/go/src/github.com/influxdata/influxdb
@ -465,7 +465,7 @@ jobs:
build:
docker:
- image: cimg/go:1.17
- image: cimg/go:1.17.1
resource_class: large
environment:
TMPDIR: /mnt/ramdisk
@ -702,7 +702,7 @@ jobs:
e2e-monitor-ci:
docker:
- image: cimg/go:1.17
- image: cimg/go:1.17.1
steps:
- checkout
- run: