File tree 6 files changed +7
-7
lines changed
6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 12
12
workflow_dispatch :
13
13
14
14
env :
15
- GO_VERSION : ' 1.21 '
15
+ GO_VERSION : ' 1.22 '
16
16
TINYGO_VERSION : 0.33.0
17
17
# Run e2e tests against latest two releases and latest dev
18
18
ENVOY_IMAGES : >
Original file line number Diff line number Diff line change 8
8
- cron : " 0 4 * * *"
9
9
10
10
env :
11
- GO_VERSION : ' 1.21 '
11
+ GO_VERSION : ' 1.22 '
12
12
TINYGO_VERSION : 0.33.0
13
13
14
14
jobs :
Original file line number Diff line number Diff line change 1
1
module github.com/corazawaf/coraza-proxy-wasm
2
2
3
- go 1.21
3
+ go 1.22
4
4
5
5
require (
6
6
github.com/corazawaf/coraza-wasilibs v0.2.0
Original file line number Diff line number Diff line change 1
- go 1.21
1
+ go 1.22
2
2
3
3
use (
4
4
.
Original file line number Diff line number Diff line change 1
1
module github.com/corazawaf/coraza-proxy-wasm/magefiles
2
2
3
- go 1.21
3
+ go 1.22
4
4
5
5
require (
6
6
fortio.org/fortio v1.66.0
Original file line number Diff line number Diff line change @@ -19,10 +19,10 @@ import (
19
19
"github.com/tetratelabs/wabin/wasm"
20
20
)
21
21
22
- var minGoVersion = "1.21 "
22
+ var minGoVersion = "1.22 "
23
23
var minTinygoVersion = "0.33.0"
24
24
var addLicenseVersion = "04bfe4ee9ca5764577b029acc6a1957fd1997153" // https://github.com/google/addlicense
25
- var golangCILintVer = "v1.59.1 " // https://github.com/golangci/golangci-lint/releases
25
+ var golangCILintVer = "v1.61.0 " // https://github.com/golangci/golangci-lint/releases
26
26
var gosImportsVer = "v0.3.8" // https://github.com/rinchsan/gosimports/releases/tag/v0.3.1
27
27
28
28
var errCommitFormatting = errors .New ("files not formatted, please commit formatting changes" )
You can’t perform that action at this time.
0 commit comments