File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get install -y -q --no-install-recommends
7171
7272# Since go 1.21 the toolchain required by go.mod is automatically downloaded.
7373# There is no need to version up golang here after go.mod changes.
74- RUN curl https://dl.google.com/go/go1.22.7 .linux-amd64.tar.gz | tar -C /usr/local -xz
74+ RUN curl https://dl.google.com/go/go1.24.4 .linux-amd64.tar.gz | tar -C /usr/local -xz
7575ENV PATH /usr/local/go/bin:/gopath/bin:$PATH
7676ENV GOPATH /gopath
7777ENV GOMODCACHE /syzkaller/.cache/gomod
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ RUN test "$(uname -m)" != x86_64 && exit 0 || \
3232
3333# Since go 1.21 the toolchain required by go.mod is automatically downloaded.
3434# There is no need to version up golang here after go.mod changes.
35- RUN curl https://dl.google.com/go/go1.22.7 .linux-$(uname -m | sed 's/aarch64/arm64/;s/x86_64/amd64/' ).tar.gz | tar -C /usr/local -xz
35+ RUN curl https://dl.google.com/go/go1.24.4 .linux-$(uname -m | sed 's/aarch64/arm64/;s/x86_64/amd64/' ).tar.gz | tar -C /usr/local -xz
3636ENV PATH /usr/local/go/bin:$PATH
3737
3838# The default clang-14 is too old, install the latest one.
You can’t perform that action at this time.
0 commit comments