File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ RUN arch="$(uname -m)"; \
1515 if [ "${arch}" = 'x86_64' ]; then \
1616 arch='amd64'; \
1717 fi; \
18- wget -O go1.20.11 .linux-${arch}.tar.gz https://go.dev/dl/go1.20.11 .linux-${arch}.tar.gz; \
19- tar -C /usr/local -xzf go1.20.11 .linux-${arch}.tar.gz
18+ wget -O go1.21.5 .linux-${arch}.tar.gz https://go.dev/dl/go1.21.5 .linux-${arch}.tar.gz; \
19+ tar -C /usr/local -xzf go1.21.5 .linux-${arch}.tar.gz
2020
2121# cache dependencies
2222COPY ./scripts/.cache/go.mod /tmp/dd/datadog-agent
Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ RUN arch="$(uname -m)"; \
1414 if [ "${arch}" = 'x86_64' ]; then \
1515 arch='amd64'; \
1616 fi; \
17- wget -O go1.20.11 .linux-${arch}.tar.gz https://go.dev/dl/go1.20.11 .linux-${arch}.tar.gz; \
18- tar -C /usr/local -xzf go1.20.11 .linux-${arch}.tar.gz
17+ wget -O go1.21.5 .linux-${arch}.tar.gz https://go.dev/dl/go1.21.5 .linux-${arch}.tar.gz; \
18+ tar -C /usr/local -xzf go1.21.5 .linux-${arch}.tar.gz
1919
2020RUN mkdir -p /tmp/dd
2121
You can’t perform that action at this time.
0 commit comments