chore: use go1.17.9 (#713)
See https://github.com/ooni/probe/issues/2076
This commit is contained in:
parent
0461e6eebc
commit
e4e6ec3820
2
.github/workflows/alltests.yml
vendored
2
.github/workflows/alltests.yml
vendored
|
@ -10,6 +10,6 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/setup-go@v1
|
- uses: actions/setup-go@v1
|
||||||
with:
|
with:
|
||||||
go-version: "1.17.8"
|
go-version: "1.17.9"
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- run: go test -race -tags shaping ./...
|
- run: go test -race -tags shaping ./...
|
||||||
|
|
2
.github/workflows/android.yml
vendored
2
.github/workflows/android.yml
vendored
|
@ -13,7 +13,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/setup-go@v1
|
- uses: actions/setup-go@v1
|
||||||
with:
|
with:
|
||||||
go-version: "1.17.8"
|
go-version: "1.17.9"
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
4
.github/workflows/coverage.yml
vendored
4
.github/workflows/coverage.yml
vendored
|
@ -12,8 +12,8 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
go:
|
go:
|
||||||
- "1.17.8"
|
- "1.17.9"
|
||||||
- "1.18"
|
- "1.18.1"
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/setup-go@v1
|
- uses: actions/setup-go@v1
|
||||||
with:
|
with:
|
||||||
|
|
2
.github/workflows/generate.yml
vendored
2
.github/workflows/generate.yml
vendored
|
@ -10,6 +10,6 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/setup-go@v1
|
- uses: actions/setup-go@v1
|
||||||
with:
|
with:
|
||||||
go-version: "1.17.8"
|
go-version: "1.17.9"
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- run: go generate ./...
|
- run: go generate ./...
|
||||||
|
|
2
.github/workflows/ios.yml
vendored
2
.github/workflows/ios.yml
vendored
|
@ -13,7 +13,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/setup-go@v1
|
- uses: actions/setup-go@v1
|
||||||
with:
|
with:
|
||||||
go-version: "1.17.8"
|
go-version: "1.17.9"
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
2
.github/workflows/jafar.yml
vendored
2
.github/workflows/jafar.yml
vendored
|
@ -10,7 +10,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/setup-go@v1
|
- uses: actions/setup-go@v1
|
||||||
with:
|
with:
|
||||||
go-version: "1.17.8"
|
go-version: "1.17.9"
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- run: go build -v ./internal/cmd/jafar
|
- run: go build -v ./internal/cmd/jafar
|
||||||
- run: sudo ./testjafar.bash
|
- run: sudo ./testjafar.bash
|
||||||
|
|
2
.github/workflows/macos.yml
vendored
2
.github/workflows/macos.yml
vendored
|
@ -13,7 +13,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/setup-go@v1
|
- uses: actions/setup-go@v1
|
||||||
with:
|
with:
|
||||||
go-version: "1.17.8"
|
go-version: "1.17.9"
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
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
|
- uses: actions/setup-go@v1
|
||||||
with:
|
with:
|
||||||
go-version: "1.17.8"
|
go-version: "1.17.9"
|
||||||
|
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
|
|
2
.github/workflows/netxlite.yml
vendored
2
.github/workflows/netxlite.yml
vendored
|
@ -10,7 +10,7 @@ jobs:
|
||||||
runs-on: "${{ matrix.os }}"
|
runs-on: "${{ matrix.os }}"
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
go: [ "1.17.8" ]
|
go: [ "1.17.9" ]
|
||||||
os: [ "ubuntu-20.04", "windows-2019", "macos-10.15" ]
|
os: [ "ubuntu-20.04", "windows-2019", "macos-10.15" ]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/setup-go@v1
|
- 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/checkout@v2
|
||||||
- uses: actions/setup-go@v1
|
- uses: actions/setup-go@v1
|
||||||
with:
|
with:
|
||||||
go-version: "1.17.8"
|
go-version: "1.17.9"
|
||||||
|
|
||||||
- name: build oohelperd binary
|
- 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
|
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:
|
steps:
|
||||||
- uses: actions/setup-go@v1
|
- uses: actions/setup-go@v1
|
||||||
with:
|
with:
|
||||||
go-version: "1.17.8"
|
go-version: "1.17.9"
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- run: ./QA/rundocker.bash "fbmessenger"
|
- run: ./QA/rundocker.bash "fbmessenger"
|
||||||
|
|
2
.github/workflows/qahhfm.yml
vendored
2
.github/workflows/qahhfm.yml
vendored
|
@ -10,6 +10,6 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/setup-go@v1
|
- uses: actions/setup-go@v1
|
||||||
with:
|
with:
|
||||||
go-version: "1.17.8"
|
go-version: "1.17.9"
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- run: ./QA/rundocker.bash "hhfm"
|
- run: ./QA/rundocker.bash "hhfm"
|
||||||
|
|
2
.github/workflows/qahirl.yml
vendored
2
.github/workflows/qahirl.yml
vendored
|
@ -10,6 +10,6 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/setup-go@v1
|
- uses: actions/setup-go@v1
|
||||||
with:
|
with:
|
||||||
go-version: "1.17.8"
|
go-version: "1.17.9"
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- run: ./QA/rundocker.bash "hirl"
|
- run: ./QA/rundocker.bash "hirl"
|
||||||
|
|
2
.github/workflows/qatelegram.yml
vendored
2
.github/workflows/qatelegram.yml
vendored
|
@ -10,6 +10,6 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/setup-go@v1
|
- uses: actions/setup-go@v1
|
||||||
with:
|
with:
|
||||||
go-version: "1.17.8"
|
go-version: "1.17.9"
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- run: ./QA/rundocker.bash "telegram"
|
- run: ./QA/rundocker.bash "telegram"
|
||||||
|
|
2
.github/workflows/qawebconnectivity.yml
vendored
2
.github/workflows/qawebconnectivity.yml
vendored
|
@ -10,6 +10,6 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/setup-go@v1
|
- uses: actions/setup-go@v1
|
||||||
with:
|
with:
|
||||||
go-version: "1.17.8"
|
go-version: "1.17.9"
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- run: ./QA/rundocker.bash "webconnectivity"
|
- run: ./QA/rundocker.bash "webconnectivity"
|
||||||
|
|
2
.github/workflows/qawhatsapp.yml
vendored
2
.github/workflows/qawhatsapp.yml
vendored
|
@ -10,6 +10,6 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/setup-go@v1
|
- uses: actions/setup-go@v1
|
||||||
with:
|
with:
|
||||||
go-version: "1.17.8"
|
go-version: "1.17.9"
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- run: ./QA/rundocker.bash "whatsapp"
|
- run: ./QA/rundocker.bash "whatsapp"
|
||||||
|
|
2
.github/workflows/tarball.yml
vendored
2
.github/workflows/tarball.yml
vendored
|
@ -16,7 +16,7 @@ jobs:
|
||||||
- name: Set up Go
|
- name: Set up Go
|
||||||
uses: actions/setup-go@v2
|
uses: actions/setup-go@v2
|
||||||
with:
|
with:
|
||||||
go-version: 1.17.8
|
go-version: 1.17.9
|
||||||
- name: Generate release tarball
|
- name: Generate release tarball
|
||||||
run: |
|
run: |
|
||||||
VERSION=${GITHUB_REF_NAME#v}
|
VERSION=${GITHUB_REF_NAME#v}
|
||||||
|
|
2
.github/workflows/windows.yml
vendored
2
.github/workflows/windows.yml
vendored
|
@ -13,7 +13,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/setup-go@v1
|
- uses: actions/setup-go@v1
|
||||||
with:
|
with:
|
||||||
go-version: "1.17.8"
|
go-version: "1.17.9"
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
4
mk
4
mk
|
@ -64,7 +64,7 @@ GOLANG_EXTRA_FLAGS =
|
||||||
|
|
||||||
#help:
|
#help:
|
||||||
#help: * GOLANG_VERSION_NUMBER : the expected version number for golang.
|
#help: * GOLANG_VERSION_NUMBER : the expected version number for golang.
|
||||||
GOLANG_VERSION_NUMBER = 1.17.8
|
GOLANG_VERSION_NUMBER = 1.17.9
|
||||||
|
|
||||||
#help:
|
#help:
|
||||||
#help: * MINGW_W64_VERSION : the expected mingw-w64 version.
|
#help: * MINGW_W64_VERSION : the expected mingw-w64 version.
|
||||||
|
@ -72,7 +72,7 @@ MINGW_W64_VERSION = 10.3.1
|
||||||
|
|
||||||
#help:
|
#help:
|
||||||
#help: * OONIGO_BRANCH : the github.com/ooni/go branch to use.
|
#help: * OONIGO_BRANCH : the github.com/ooni/go branch to use.
|
||||||
OONIGO_BRANCH = oonigo1.17.8
|
OONIGO_BRANCH = oonigo1.17.9
|
||||||
|
|
||||||
#help:
|
#help:
|
||||||
#help: * OONI_PSIPHON_TAGS : build tags for `go build -tags ...` that cause
|
#help: * OONI_PSIPHON_TAGS : build tags for `go build -tags ...` that cause
|
||||||
|
|
Loading…
Reference in New Issue
Block a user