Skip to content

Commit

Permalink
feat: v0.9.0 (#902)
Browse files Browse the repository at this point in the history
  • Loading branch information
richard-ramos authored Nov 15, 2023
1 parent 9a30c78 commit b02a663
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.8.1
0.9.0
4 changes: 2 additions & 2 deletions scripts/linux/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ RUN export DEBIAN_FRONTEND=noninteractive \
&& apt install -yq ruby wget git rpm build-essential s3cmd curl

# Installing Golang
RUN GOLANG_SHA256="74b9640724fd4e6bb0ed2a1bc44ae813a03f1e72a4c76253e2d5c015494430ba" \
&& GOLANG_TARBALL="go1.19.3.linux-amd64.tar.gz" \
RUN GOLANG_SHA256="ef79a11aa095a08772d2a69e4f152f897c4e96ee297b0dc20264b7dec2961abe" \
&& GOLANG_TARBALL="go1.20.11.linux-amd64.tar.gz" \
&& wget -q "https://dl.google.com/go/${GOLANG_TARBALL}" \
&& echo "${GOLANG_SHA256} ${GOLANG_TARBALL}" | sha256sum -c \
&& tar -C /usr/local -xzf "${GOLANG_TARBALL}" \
Expand Down

0 comments on commit b02a663

Please sign in to comment.