diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e621b50..5b500f6 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -13,7 +13,7 @@ on: env: GO_VERSION: '1.20' - TINYGO_VERSION: 0.31.2 + TINYGO_VERSION: 0.30.0 # Run e2e tests against latest two releases and latest dev ENVOY_IMAGES: > envoyproxy/envoy:v1.30-latest diff --git a/.github/workflows/nightly-coraza-check.yaml b/.github/workflows/nightly-coraza-check.yaml index b348dfb..fafeeaa 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.31.2 + TINYGO_VERSION: 0.30.0 jobs: test: diff --git a/magefiles/magefile.go b/magefiles/magefile.go index 8b94014..d39d506 100644 --- a/magefiles/magefile.go +++ b/magefiles/magefile.go @@ -20,7 +20,7 @@ import ( ) var minGoVersion = "1.20" -var minTinygoVersion = "0.31.2" +var minTinygoVersion = "0.30.0" 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