chore: use go1.18.6 (#937)
While there, also update to using go1.19.1 in the dedicated CI workflow. Closes https://github.com/ooni/probe/issues/2256
This commit is contained in:
parent
4247640a17
commit
1fc6babcc8
4 changed files with 14 additions and 14 deletions
6
go.mod
6
go.mod
|
|
@ -25,8 +25,8 @@ require (
|
|||
github.com/mitchellh/go-wordwrap v1.0.1
|
||||
github.com/montanaflynn/stats v0.6.6
|
||||
github.com/ooni/go-libtor v1.1.6
|
||||
github.com/ooni/oocrypto v0.1.1
|
||||
github.com/ooni/oohttp v0.2.1
|
||||
github.com/ooni/oocrypto v0.1.2
|
||||
github.com/ooni/oohttp v0.2.2
|
||||
github.com/ooni/probe-assets v0.12.0
|
||||
github.com/ooni/psiphon/tunnel-core v0.0.0-20220819091114-7dccc0b6b6cd
|
||||
github.com/oschwald/geoip2-golang v1.8.0
|
||||
|
|
@ -39,7 +39,7 @@ require (
|
|||
gitlab.com/yawning/obfs4.git v0.0.0-20220204003609-77af0cba934d
|
||||
gitlab.com/yawning/utls.git v0.0.12-1
|
||||
golang.org/x/crypto v0.0.0-20220829220503-c86fa9a7ed90
|
||||
golang.org/x/net v0.0.0-20220812174116-3211cb980234
|
||||
golang.org/x/net v0.0.0-20220906165146-f3363e06e74c
|
||||
golang.org/x/sys v0.0.0-20220829200755-d48e67d00261
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue