From a7aba65934a81b45438b60fb70caf4268ba342a7 Mon Sep 17 00:00:00 2001 From: Pavel Zavora Date: Wed, 20 Jul 2022 08:25:06 +0200 Subject: [PATCH] chore(build): upgrade golang to 1.18.4 --- .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 27c894ddf..c9d45d26c 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.3' + go-version: '1.18.4' - uses: actions/setup-node@v2 with: diff --git a/etc/Dockerfile_build b/etc/Dockerfile_build index c0d2b4a83..20b1f2b67 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.3 +ENV GO_VERSION 1.18.4 ENV GO_ARCH amd64 ENV GO111MODULES ON RUN wget https://golang.org/dl/go${GO_VERSION}.linux-${GO_ARCH}.tar.gz; \