We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42fa395 commit a7143d6Copy full SHA for a7143d6
integration/Dockerfile
@@ -18,7 +18,7 @@ RUN mkdir protoc && \
18
19
# Tamago bits
20
RUN apt-get -y install binutils-arm-none-eabi build-essential make u-boot-tools fuse fuse2fs
21
-RUN curl -sfL https://github.com/usbarmory/tamago-go/releases/download/tamago-go1.24.1/tamago-go1.24.1.linux-amd64.tar.gz | tar -xzf - -C /
+RUN curl -sfL https://github.com/usbarmory/tamago-go/releases/download/tamago-go1.25.1/tamago-go1.25.1.linux-amd64.tar.gz | tar -xzf - -C /
22
ENV TAMAGO=/usr/local/tamago-go/bin/go
23
24
ENV GOPATH /go
0 commit comments