Skip to content

Commit

Permalink
chore(build): upgrade Go to 1.20.10
Browse files Browse the repository at this point in the history
  • Loading branch information
alespour committed Oct 12, 2023
1 parent 4debaaf commit 6de3f0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/chronograf-cypress-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v2
with:
go-version: '1.20.4'
go-version: '1.20.10'

- uses: actions/setup-node@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion etc/Dockerfile_build
Original file line number Diff line number Diff line change
Expand Up @@ -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.20.4
ENV GO_VERSION 1.20.10
ENV GO_ARCH amd64
ENV GO111MODULES ON
RUN wget https://golang.org/dl/go${GO_VERSION}.linux-${GO_ARCH}.tar.gz; \
Expand Down

0 comments on commit 6de3f0f

Please sign in to comment.