File tree Expand file tree Collapse file tree 5 files changed +12
-12
lines changed Expand file tree Collapse file tree 5 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 25
25
strategy :
26
26
matrix :
27
27
go-version : # Note: Go only supports 2 versions: https://go.dev/doc/devel/release#policy
28
- - " 1.20 "
29
- - " 1.21 "
28
+ - " 1.22 "
29
+ - " 1.23 "
30
30
31
31
steps :
32
32
- uses : actions/checkout@v4
60
60
strategy :
61
61
matrix :
62
62
go-version : # Note: Go only supports 2 versions: https://go.dev/doc/devel/release#policy
63
- - " 1.20 "
64
- - " 1.21 "
63
+ - " 1.22 "
64
+ - " 1.23 "
65
65
66
66
steps :
67
67
- name : " Checkout"
@@ -89,19 +89,19 @@ jobs:
89
89
- name : " Set up Go"
90
90
uses : actions/setup-go@v4
91
91
with :
92
- go-version : " 1.21 "
92
+ go-version : " 1.23 "
93
93
cache : true
94
94
95
95
- name : " Set up TinyGo"
96
96
uses : acifani/setup-tinygo@v1
97
97
with :
98
- tinygo-version : 0.30 .0
98
+ tinygo-version : 0.33 .0
99
99
100
100
- name : " Cache TinyGo build"
101
101
uses : actions/cache@v3
102
102
with :
103
103
path : ~/.cache/tinygo
104
- key : tinygo-0.30 .0
104
+ key : tinygo-0.33 .0
105
105
106
106
- name : " Build TCK"
107
107
run : make tck
Original file line number Diff line number Diff line change 1
1
gofumpt := mvdan.cc/
[email protected]
2
2
gosimports := github.com/rinchsan/gosimports/cmd/
[email protected]
3
- golangci_lint := github.com/golangci/golangci-lint/cmd/golangci-lint@v1.55 .0
3
+ golangci_lint := github.com/golangci/golangci-lint/cmd/golangci-lint@v1.61 .0
4
4
5
5
.PHONY : testdata
6
6
testdata :
Original file line number Diff line number Diff line change 1
1
module github.com/http-wasm/http-wasm-host-go
2
2
3
- go 1.19
3
+ go 1.21
4
4
5
- require github.com/tetratelabs/wazero v1.5 .0
5
+ require github.com/tetratelabs/wazero v1.8 .0
Original file line number Diff line number Diff line change 1
- github.com/tetratelabs/wazero v1.5 .0 h1:Yz3fZHivfDiZFUXnWMPUoiW7s8tC1sjdBtlJn08qYa0 =
2
- github.com/tetratelabs/wazero v1.5 .0 /go.mod h1:0U0G41+ochRKoPKCJlh0jMg1CHkyfK8kDqiirMmKY8A =
1
+ github.com/tetratelabs/wazero v1.8 .0 h1:iEKu0d4c2Pd+QSRieYbnQC9yiFlMS9D+Jr0LsRmcF4g =
2
+ github.com/tetratelabs/wazero v1.8 .0 /go.mod h1:yAI0XTsMBhREkM/YDAK/zNou3GoiAce1P6+rp/wQhjs =
You can’t perform that action at this time.
0 commit comments