File tree Expand file tree Collapse file tree 5 files changed +8
-24
lines changed Expand file tree Collapse file tree 5 files changed +8
-24
lines changed Original file line number Diff line number Diff line change @@ -112,12 +112,12 @@ commands:
112
112
- /go/pkg/mod
113
113
114
114
jobs :
115
- test-llvm13 -go116 :
115
+ test-llvm14 -go116 :
116
116
docker :
117
117
- image : golang:1.16-buster
118
118
steps :
119
119
- test-linux :
120
- llvm : " 13 "
120
+ llvm : " 14 "
121
121
test-llvm14-go119 :
122
122
docker :
123
123
- image : golang:1.19beta1-buster
@@ -131,7 +131,7 @@ workflows:
131
131
jobs :
132
132
# This tests our lowest supported versions of Go and LLVM, to make sure at
133
133
# least the smoke tests still pass.
134
- - test-llvm13 -go116
134
+ - test-llvm14 -go116
135
135
# This tests a beta version of Go. It should be removed once regular
136
136
# release builds are built using this version.
137
137
- test-llvm14-go119
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
- //go:build !byollvm && !llvm13
2
- // +build !byollvm,!llvm13
1
+ //go:build !byollvm
2
+ // +build !byollvm
3
3
4
4
package cgo
5
5
Original file line number Diff line number Diff line change @@ -15,5 +15,5 @@ require (
15
15
golang.org/x/sys v0.0.0-20220114195835-da31bd327af9
16
16
golang.org/x/tools v0.1.11
17
17
gopkg.in/yaml.v2 v2.4.0
18
- tinygo.org/x/go-llvm v0.0.0-20220626113704-45f1e2dbf887
18
+ tinygo.org/x/go-llvm v0.0.0-20220802112859-5bb0b77907a7
19
19
)
Original file line number Diff line number Diff line change @@ -79,5 +79,5 @@ gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8
79
79
gopkg.in/yaml.v2 v2.2.2 /go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI =
80
80
gopkg.in/yaml.v2 v2.4.0 h1:D8xgwECY7CYvx+Y2n4sBz93Jn9JRvxdiyyo8CTfuKaY =
81
81
gopkg.in/yaml.v2 v2.4.0 /go.mod h1:RDklbk79AGWmwhnvt/jBztapEOGDOx6ZbXqjP6csGnQ =
82
- tinygo.org/x/go-llvm v0.0.0-20220626113704-45f1e2dbf887 h1:k+Y1DU/WoBDkTkRJGF149yk3S2K2VhNglN435DXDS5s =
83
- tinygo.org/x/go-llvm v0.0.0-20220626113704-45f1e2dbf887 /go.mod h1:GFbusT2VTA4I+l4j80b17KFK+6whv69Wtny5U+T8RR0 =
82
+ tinygo.org/x/go-llvm v0.0.0-20220802112859-5bb0b77907a7 h1:nSLR52mUw7DPQQVA3ZJFH63zjU4ME84fKiin6mdnYWc =
83
+ tinygo.org/x/go-llvm v0.0.0-20220802112859-5bb0b77907a7 /go.mod h1:GFbusT2VTA4I+l4j80b17KFK+6whv69Wtny5U+T8RR0 =
You can’t perform that action at this time.
0 commit comments