From b75660eaf4fea1da9f1e7afdc886e146c6fc563e Mon Sep 17 00:00:00 2001 From: Pavel Zavora Date: Tue, 16 Aug 2022 10:36:39 +0200 Subject: [PATCH 1/2] chore(build): upgrade golang to 1.18.5 --- .github/workflows/chronograf-cypress-tests.yaml | 2 +- etc/Dockerfile_build | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/chronograf-cypress-tests.yaml b/.github/workflows/chronograf-cypress-tests.yaml index c9d45d26cb..b866ec51b0 100644 --- a/.github/workflows/chronograf-cypress-tests.yaml +++ b/.github/workflows/chronograf-cypress-tests.yaml @@ -26,7 +26,7 @@ jobs: - name: Setup Go uses: actions/setup-go@v2 with: - go-version: '1.18.4' + go-version: '1.18.5' - uses: actions/setup-node@v2 with: diff --git a/etc/Dockerfile_build b/etc/Dockerfile_build index 20b1f2b673..2c7fb9a9fa 100644 --- a/etc/Dockerfile_build +++ b/etc/Dockerfile_build @@ -33,7 +33,7 @@ RUN curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - && \ # Install go ENV GOPATH /root/go -ENV GO_VERSION 1.18.4 +ENV GO_VERSION 1.18.5 ENV GO_ARCH amd64 ENV GO111MODULES ON RUN wget https://golang.org/dl/go${GO_VERSION}.linux-${GO_ARCH}.tar.gz; \ From 3ea6b037bb6bb06edc9df27013f08eed75ef294c Mon Sep 17 00:00:00 2001 From: Pavel Zavora Date: Mon, 12 Sep 2022 17:39:30 +0200 Subject: [PATCH 2/2] chore(build): upgrade golang to 1.18.6 --- .github/workflows/chronograf-cypress-tests.yaml | 2 +- etc/Dockerfile_build | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/chronograf-cypress-tests.yaml b/.github/workflows/chronograf-cypress-tests.yaml index b866ec51b0..131e3e0a90 100644 --- a/.github/workflows/chronograf-cypress-tests.yaml +++ b/.github/workflows/chronograf-cypress-tests.yaml @@ -26,7 +26,7 @@ jobs: - name: Setup Go uses: actions/setup-go@v2 with: - go-version: '1.18.5' + go-version: '1.18.6' - uses: actions/setup-node@v2 with: diff --git a/etc/Dockerfile_build b/etc/Dockerfile_build index 2c7fb9a9fa..bfe425b7d7 100644 --- a/etc/Dockerfile_build +++ b/etc/Dockerfile_build @@ -33,7 +33,7 @@ RUN curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - && \ # Install go ENV GOPATH /root/go -ENV GO_VERSION 1.18.5 +ENV GO_VERSION 1.18.6 ENV GO_ARCH amd64 ENV GO111MODULES ON RUN wget https://golang.org/dl/go${GO_VERSION}.linux-${GO_ARCH}.tar.gz; \