Skip to content

Commit

Permalink
revert tinygo to 0.30.0
Browse files Browse the repository at this point in the history
  • Loading branch information
M4tteoP committed Jun 20, 2024
1 parent a44c418 commit 55604a9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly-coraza-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

env:
GO_VERSION: '1.20'
TINYGO_VERSION: 0.31.2
TINYGO_VERSION: 0.30.0

jobs:
test:
Expand Down
2 changes: 1 addition & 1 deletion magefiles/magefile.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 55604a9

Please sign in to comment.