This commit is contained in:
Lennart Jern 2024-04-15 15:58:12 +03:00 committed by GitHub
commit 89c808a0c5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
FROM pingcap/chaos-build-base AS go_build
RUN curl https://dl.google.com/go/go1.14.6.linux-amd64.tar.gz | tar -xz -C /usr/local
RUN curl https://dl.google.com/go/go1.22.2.linux-amd64.tar.gz | tar -xz -C /usr/local
ENV PATH "/usr/local/go/bin:${PATH}"
ENV GO111MODULE=on