Skip to content

Commit

Permalink
Build extension with go 1.21.5. (#189)
Browse files Browse the repository at this point in the history
  • Loading branch information
purple4reina authored Jan 4, 2024
1 parent d96f667 commit 94fdd69
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions scripts/Dockerfile.build
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ RUN arch="$(uname -m)"; \
if [ "${arch}" = 'x86_64' ]; then \
arch='amd64'; \
fi; \
wget -O go1.20.11.linux-${arch}.tar.gz https://go.dev/dl/go1.20.11.linux-${arch}.tar.gz; \
tar -C /usr/local -xzf go1.20.11.linux-${arch}.tar.gz
wget -O go1.21.5.linux-${arch}.tar.gz https://go.dev/dl/go1.21.5.linux-${arch}.tar.gz; \
tar -C /usr/local -xzf go1.21.5.linux-${arch}.tar.gz

# cache dependencies
COPY ./scripts/.cache/go.mod /tmp/dd/datadog-agent
Expand Down
4 changes: 2 additions & 2 deletions scripts_v2/Dockerfile.build
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ RUN arch="$(uname -m)"; \
if [ "${arch}" = 'x86_64' ]; then \
arch='amd64'; \
fi; \
wget -O go1.20.11.linux-${arch}.tar.gz https://go.dev/dl/go1.20.11.linux-${arch}.tar.gz; \
tar -C /usr/local -xzf go1.20.11.linux-${arch}.tar.gz
wget -O go1.21.5.linux-${arch}.tar.gz https://go.dev/dl/go1.21.5.linux-${arch}.tar.gz; \
tar -C /usr/local -xzf go1.21.5.linux-${arch}.tar.gz

RUN mkdir -p /tmp/dd

Expand Down

0 comments on commit 94fdd69

Please sign in to comment.