From 192e9cd3010afe6f29cfc12ac7b5dca439aee16c Mon Sep 17 00:00:00 2001 From: Anuraag Agrawal Date: Fri, 15 Sep 2023 15:11:48 +0900 Subject: [PATCH] Update TinyGo to 0.29 (#229) --- .github/workflows/ci.yaml | 2 +- .github/workflows/nightly-coraza-check.yaml | 2 +- magefiles/magefile.go | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 4513d5a..890284e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -13,7 +13,7 @@ on: env: GO_VERSION: '1.20' - TINYGO_VERSION: 0.28.1 + TINYGO_VERSION: 0.29.0 # Run e2e tests against latest two releases and latest dev ENVOY_IMAGES: > envoyproxy/envoy:v1.27-latest diff --git a/.github/workflows/nightly-coraza-check.yaml b/.github/workflows/nightly-coraza-check.yaml index 30c034c..7d6778a 100644 --- a/.github/workflows/nightly-coraza-check.yaml +++ b/.github/workflows/nightly-coraza-check.yaml @@ -9,7 +9,7 @@ on: env: GO_VERSION: '1.20' - TINYGO_VERSION: 0.28.1 + TINYGO_VERSION: 0.29.0 jobs: test: diff --git a/magefiles/magefile.go b/magefiles/magefile.go index 3995ce5..b0ae674 100644 --- a/magefiles/magefile.go +++ b/magefiles/magefile.go @@ -20,7 +20,7 @@ import ( ) var minGoVersion = "1.20" -var tinygoMinorVersion = "0.28" +var tinygoMinorVersion = "0.29" var addLicenseVersion = "04bfe4ee9ca5764577b029acc6a1957fd1997153" // https://github.com/google/addlicense var golangCILintVer = "v1.54.2" // https://github.com/golangci/golangci-lint/releases var gosImportsVer = "v0.3.1" // https://github.com/rinchsan/gosimports/releases/tag/v0.3.1