Skip to content

Commit

Permalink
chore(*) bump TinyGo version and release image Go version
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaultcha committed Feb 29, 2024
1 parent da5816e commit f59bed4
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/job-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
if: ${{ !env.ACT }}
uses: acifani/setup-tinygo@v2
with:
tinygo-version: 0.27.0
tinygo-version: 0.31.1
- name: Setup Node.js
uses: actions/setup-node@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/job-valgrind-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
if: ${{ !env.ACT }}
uses: acifani/setup-tinygo@v2
with:
tinygo-version: 0.27.0
tinygo-version: 0.31.1
- name: Setup Node.js
uses: actions/setup-node@v4
with:
Expand Down
4 changes: 2 additions & 2 deletions assets/release/Dockerfiles/Dockerfile.ubuntu-20.04
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM ubuntu:20.04
COPY . /ngx_wasm_module

ARG GOLANG_VERSION=1.19.5
ARG TINYGO_VERSION=0.27.0
ARG GOLANG_VERSION=1.21.7
ARG TINYGO_VERSION=0.31.1
ARG DEBIAN_FRONTEND=noninteractive
RUN apt-get update && \
apt-get install -y \
Expand Down
4 changes: 2 additions & 2 deletions assets/release/Dockerfiles/Dockerfile.ubuntu-22.04
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ COPY . /ngx_wasm_module

ARG GCC_VERSION=12
ARG CLANG_VERSION=15
ARG GOLANG_VERSION=1.19.5
ARG TINYGO_VERSION=0.27.0
ARG GOLANG_VERSION=1.21.7
ARG TINYGO_VERSION=0.31.1
ARG NODEJS_VERSION=20.9.0
ARG DEBIAN_FRONTEND=noninteractive
RUN apt-get update && \
Expand Down

0 comments on commit f59bed4

Please sign in to comment.