chore: use go1.17.6 (#664)
We're starting to prepare a new release. The first step is to use go1.17.6 in the following places: 1. everywhere we define the version of Go in this tree; 2. when we're building for Android (using ooni/go); 3. in our ooni/oohttp fork of Go net/http standard library. Reference issue: https://github.com/ooni/probe/issues/1845
This commit is contained in:
parent
e904b90006
commit
ec98500ba7
2
.github/workflows/alltests.yml
vendored
2
.github/workflows/alltests.yml
vendored
|
@ -10,6 +10,6 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/setup-go@v1
|
||||
with:
|
||||
go-version: "1.17.4"
|
||||
go-version: "1.17.6"
|
||||
- uses: actions/checkout@v2
|
||||
- run: go test -race -tags shaping ./...
|
||||
|
|
2
.github/workflows/android.yml
vendored
2
.github/workflows/android.yml
vendored
|
@ -13,7 +13,7 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/setup-go@v1
|
||||
with:
|
||||
go-version: "1.17.4"
|
||||
go-version: "1.17.6"
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
|
2
.github/workflows/coverage.yml
vendored
2
.github/workflows/coverage.yml
vendored
|
@ -11,7 +11,7 @@ jobs:
|
|||
runs-on: ubuntu-20.04
|
||||
strategy:
|
||||
matrix:
|
||||
go: [ "1.17.4" ]
|
||||
go: [ "1.17.6" ]
|
||||
steps:
|
||||
- uses: actions/setup-go@v1
|
||||
with:
|
||||
|
|
2
.github/workflows/generate.yml
vendored
2
.github/workflows/generate.yml
vendored
|
@ -10,6 +10,6 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/setup-go@v1
|
||||
with:
|
||||
go-version: "1.17.4"
|
||||
go-version: "1.17.6"
|
||||
- uses: actions/checkout@v2
|
||||
- run: go generate ./...
|
||||
|
|
2
.github/workflows/ios.yml
vendored
2
.github/workflows/ios.yml
vendored
|
@ -13,7 +13,7 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/setup-go@v1
|
||||
with:
|
||||
go-version: "1.17.4"
|
||||
go-version: "1.17.6"
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
|
2
.github/workflows/jafar.yml
vendored
2
.github/workflows/jafar.yml
vendored
|
@ -10,7 +10,7 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/setup-go@v1
|
||||
with:
|
||||
go-version: "1.17.4"
|
||||
go-version: "1.17.6"
|
||||
- uses: actions/checkout@v2
|
||||
- run: go build -v ./internal/cmd/jafar
|
||||
- run: sudo ./testjafar.bash
|
||||
|
|
2
.github/workflows/macos.yml
vendored
2
.github/workflows/macos.yml
vendored
|
@ -13,7 +13,7 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/setup-go@v1
|
||||
with:
|
||||
go-version: "1.17.4"
|
||||
go-version: "1.17.6"
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
|
2
.github/workflows/miniooni.yml
vendored
2
.github/workflows/miniooni.yml
vendored
|
@ -19,7 +19,7 @@ jobs:
|
|||
|
||||
- uses: actions/setup-go@v1
|
||||
with:
|
||||
go-version: "1.17.4"
|
||||
go-version: "1.17.6"
|
||||
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
|
|
2
.github/workflows/netxlite.yml
vendored
2
.github/workflows/netxlite.yml
vendored
|
@ -10,7 +10,7 @@ jobs:
|
|||
runs-on: "${{ matrix.os }}"
|
||||
strategy:
|
||||
matrix:
|
||||
go: [ "1.17.4" ]
|
||||
go: [ "1.17.6" ]
|
||||
os: [ "ubuntu-20.04", "windows-2019", "macos-10.15" ]
|
||||
steps:
|
||||
- uses: actions/setup-go@v1
|
||||
|
|
2
.github/workflows/oohelperd.yml
vendored
2
.github/workflows/oohelperd.yml
vendored
|
@ -14,7 +14,7 @@ jobs:
|
|||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-go@v1
|
||||
with:
|
||||
go-version: "1.17.4"
|
||||
go-version: "1.17.6"
|
||||
|
||||
- name: build oohelperd binary
|
||||
run: GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build -o ./CLI/oohelperd-linux-amd64 -v -tags netgo -ldflags="-s -w -extldflags -static" ./internal/cmd/oohelperd
|
||||
|
|
2
.github/workflows/qafbmessenger.yml
vendored
2
.github/workflows/qafbmessenger.yml
vendored
|
@ -10,6 +10,6 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/setup-go@v1
|
||||
with:
|
||||
go-version: "1.17.4"
|
||||
go-version: "1.17.6"
|
||||
- uses: actions/checkout@v2
|
||||
- run: ./QA/rundocker.bash "fbmessenger"
|
||||
|
|
2
.github/workflows/qahhfm.yml
vendored
2
.github/workflows/qahhfm.yml
vendored
|
@ -10,6 +10,6 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/setup-go@v1
|
||||
with:
|
||||
go-version: "1.17.4"
|
||||
go-version: "1.17.6"
|
||||
- uses: actions/checkout@v2
|
||||
- run: ./QA/rundocker.bash "hhfm"
|
||||
|
|
2
.github/workflows/qahirl.yml
vendored
2
.github/workflows/qahirl.yml
vendored
|
@ -10,6 +10,6 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/setup-go@v1
|
||||
with:
|
||||
go-version: "1.17.4"
|
||||
go-version: "1.17.6"
|
||||
- uses: actions/checkout@v2
|
||||
- run: ./QA/rundocker.bash "hirl"
|
||||
|
|
2
.github/workflows/qatelegram.yml
vendored
2
.github/workflows/qatelegram.yml
vendored
|
@ -10,6 +10,6 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/setup-go@v1
|
||||
with:
|
||||
go-version: "1.17.4"
|
||||
go-version: "1.17.6"
|
||||
- uses: actions/checkout@v2
|
||||
- run: ./QA/rundocker.bash "telegram"
|
||||
|
|
2
.github/workflows/qawebconnectivity.yml
vendored
2
.github/workflows/qawebconnectivity.yml
vendored
|
@ -10,6 +10,6 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/setup-go@v1
|
||||
with:
|
||||
go-version: "1.17.4"
|
||||
go-version: "1.17.6"
|
||||
- uses: actions/checkout@v2
|
||||
- run: ./QA/rundocker.bash "webconnectivity"
|
||||
|
|
2
.github/workflows/qawhatsapp.yml
vendored
2
.github/workflows/qawhatsapp.yml
vendored
|
@ -10,6 +10,6 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/setup-go@v1
|
||||
with:
|
||||
go-version: "1.17.4"
|
||||
go-version: "1.17.6"
|
||||
- uses: actions/checkout@v2
|
||||
- run: ./QA/rundocker.bash "whatsapp"
|
||||
|
|
2
.github/workflows/windows.yml
vendored
2
.github/workflows/windows.yml
vendored
|
@ -13,7 +13,7 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/setup-go@v1
|
||||
with:
|
||||
go-version: "1.17.4"
|
||||
go-version: "1.17.6"
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
|
5
go.mod
5
go.mod
|
@ -25,6 +25,7 @@ require (
|
|||
github.com/klauspost/cpuid/v2 v2.0.9 // indirect
|
||||
github.com/klauspost/reedsolomon v1.9.15 // indirect
|
||||
github.com/lucas-clemente/quic-go v0.24.0
|
||||
github.com/marten-seemann/qtls-go1-17 v0.1.0
|
||||
github.com/mattn/go-colorable v0.1.12
|
||||
github.com/mattn/go-sqlite3 v1.14.9 // indirect
|
||||
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
|
||||
|
@ -33,7 +34,7 @@ require (
|
|||
github.com/montanaflynn/stats v0.6.6
|
||||
github.com/onsi/ginkgo v1.16.5 // indirect
|
||||
github.com/ooni/go-libtor v1.1.4
|
||||
github.com/ooni/oohttp v0.0.0-20211206150145-a14131163a5e
|
||||
github.com/ooni/oohttp v0.0.0-20220118112935-940b7f7db71e
|
||||
github.com/ooni/probe-assets v0.6.0
|
||||
github.com/ooni/psiphon v0.9.0
|
||||
github.com/oschwald/geoip2-golang v1.5.0
|
||||
|
@ -51,7 +52,7 @@ require (
|
|||
gitlab.com/yawning/obfs4.git v0.0.0-20210511220700-e330d1b7024b
|
||||
gitlab.com/yawning/utls.git v0.0.12-1
|
||||
golang.org/x/crypto v0.0.0-20211202192323-5770296d904e // indirect
|
||||
golang.org/x/net v0.0.0-20211205041911-012df41ee64c
|
||||
golang.org/x/net v0.0.0-20220114011407-0dd24b26b47d
|
||||
golang.org/x/sys v0.0.0-20211205182925-97ca703d548d
|
||||
golang.org/x/tools v0.1.8 // indirect
|
||||
gopkg.in/AlecAivazis/survey.v1 v1.8.8
|
||||
|
|
8
go.sum
8
go.sum
|
@ -421,8 +421,8 @@ github.com/onsi/gomega v1.13.0 h1:7lLHu94wT9Ij0o6EWWclhu0aOh32VxhkwEJvzuWPeak=
|
|||
github.com/onsi/gomega v1.13.0/go.mod h1:lRk9szgn8TxENtWd0Tp4c3wjlRfMTMH27I+3Je41yGY=
|
||||
github.com/ooni/go-libtor v1.1.4 h1:awp/ZUTO4sI85ufR5/GNmZ4YK41lNlWpjeKJkpBQ41Q=
|
||||
github.com/ooni/go-libtor v1.1.4/go.mod h1:q1YyLwRD9GeMyeerVvwc0vJ2YgwDLTp2bdVcrh/JXyI=
|
||||
github.com/ooni/oohttp v0.0.0-20211206150145-a14131163a5e h1:hGKGXauBg3FpVw+gwUsGTNAwDz/TwSJL7eobvzDKnYs=
|
||||
github.com/ooni/oohttp v0.0.0-20211206150145-a14131163a5e/go.mod h1:IhQrrBqPX6/Pb8mGKdw3wskNOk5r8ngqmqAXrH3j7vw=
|
||||
github.com/ooni/oohttp v0.0.0-20220118112935-940b7f7db71e h1:mhYIPP/XEfH/xXanrj2QkITvX2M8ygYohCYZ4ux/f6M=
|
||||
github.com/ooni/oohttp v0.0.0-20220118112935-940b7f7db71e/go.mod h1:0ovaZJvw5mVOqr0G3l2JDhJRS0KpgzHFAdZXE1MTVRw=
|
||||
github.com/ooni/probe-assets v0.6.0 h1:ZL1CTO1Z3CBYieVG6wuwXHLoeZmmFUR2AhtZlBFctTk=
|
||||
github.com/ooni/probe-assets v0.6.0/go.mod h1:N0PyNM3aadlYDDCFXAPzs54HC54+MZA/4/xnCtd9EAo=
|
||||
github.com/ooni/psiphon v0.9.0 h1:THWP09pYSKzoq9RIKZWuz9367ho9bri9lKxkMu8VsM8=
|
||||
|
@ -775,8 +775,8 @@ golang.org/x/net v0.0.0-20211005001312-d4b1ae081e3b/go.mod h1:9nx3DQGgdP8bBQD5qx
|
|||
golang.org/x/net v0.0.0-20211015210444-4f30a5c0130f/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y=
|
||||
golang.org/x/net v0.0.0-20211020060615-d418f374d309/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y=
|
||||
golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y=
|
||||
golang.org/x/net v0.0.0-20211205041911-012df41ee64c h1:7SfqwP5fxEtl/P02w5IhKc86ziJ+A25yFrkVgoy2FT8=
|
||||
golang.org/x/net v0.0.0-20211205041911-012df41ee64c/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y=
|
||||
golang.org/x/net v0.0.0-20220114011407-0dd24b26b47d h1:1n1fc535VhN8SYtD4cDUyNlfpAF2ROMM9+11equK3hs=
|
||||
golang.org/x/net v0.0.0-20220114011407-0dd24b26b47d/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y=
|
||||
golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U=
|
||||
golang.org/x/oauth2 v0.0.0-20181017192945-9dcd33a902f4/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U=
|
||||
golang.org/x/oauth2 v0.0.0-20181203162652-d668ce993890/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U=
|
||||
|
|
4
mk
4
mk
|
@ -64,7 +64,7 @@ GOLANG_EXTRA_FLAGS =
|
|||
|
||||
#help:
|
||||
#help: * GOLANG_VERSION_NUMBER : the expected version number for golang.
|
||||
GOLANG_VERSION_NUMBER = 1.17.4
|
||||
GOLANG_VERSION_NUMBER = 1.17.6
|
||||
|
||||
#help:
|
||||
#help: * MINGW_W64_VERSION : the expected mingw-w64 version.
|
||||
|
@ -72,7 +72,7 @@ MINGW_W64_VERSION = 10.3.1
|
|||
|
||||
#help:
|
||||
#help: * OONIGO_BRANCH : the github.com/ooni/go branch to use.
|
||||
OONIGO_BRANCH = oonigo1.17
|
||||
OONIGO_BRANCH = oonigo1.17.6
|
||||
|
||||
#help:
|
||||
#help: * OONI_PSIPHON_TAGS : build tags for `go build -tags ...` that cause
|
||||
|
|
Loading…
Reference in New Issue
Block a user