chore: use go1.17.9 (#713)

See https://github.com/ooni/probe/issues/2076
This commit is contained in:
Simone Basso 2022-04-22 15:47:07 +02:00 committed by GitHub
parent 0461e6eebc
commit e4e6ec3820
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
19 changed files with 21 additions and 21 deletions

View File

@ -10,6 +10,6 @@ jobs:
steps:
- uses: actions/setup-go@v1
with:
go-version: "1.17.8"
go-version: "1.17.9"
- uses: actions/checkout@v2
- run: go test -race -tags shaping ./...

View File

@ -13,7 +13,7 @@ jobs:
steps:
- uses: actions/setup-go@v1
with:
go-version: "1.17.8"
go-version: "1.17.9"
- uses: actions/checkout@v2
with:
fetch-depth: 0

View File

@ -12,8 +12,8 @@ jobs:
strategy:
matrix:
go:
- "1.17.8"
- "1.18"
- "1.17.9"
- "1.18.1"
steps:
- uses: actions/setup-go@v1
with:

View File

@ -10,6 +10,6 @@ jobs:
steps:
- uses: actions/setup-go@v1
with:
go-version: "1.17.8"
go-version: "1.17.9"
- uses: actions/checkout@v2
- run: go generate ./...

View File

@ -13,7 +13,7 @@ jobs:
steps:
- uses: actions/setup-go@v1
with:
go-version: "1.17.8"
go-version: "1.17.9"
- uses: actions/checkout@v2
with:
fetch-depth: 0

View File

@ -10,7 +10,7 @@ jobs:
steps:
- uses: actions/setup-go@v1
with:
go-version: "1.17.8"
go-version: "1.17.9"
- uses: actions/checkout@v2
- run: go build -v ./internal/cmd/jafar
- run: sudo ./testjafar.bash

View File

@ -13,7 +13,7 @@ jobs:
steps:
- uses: actions/setup-go@v1
with:
go-version: "1.17.8"
go-version: "1.17.9"
- uses: actions/checkout@v2
with:
fetch-depth: 0

View File

@ -19,7 +19,7 @@ jobs:
- uses: actions/setup-go@v1
with:
go-version: "1.17.8"
go-version: "1.17.9"
- uses: actions/checkout@v2
with:

View File

@ -10,7 +10,7 @@ jobs:
runs-on: "${{ matrix.os }}"
strategy:
matrix:
go: [ "1.17.8" ]
go: [ "1.17.9" ]
os: [ "ubuntu-20.04", "windows-2019", "macos-10.15" ]
steps:
- uses: actions/setup-go@v1

View File

@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-go@v1
with:
go-version: "1.17.8"
go-version: "1.17.9"
- 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

View File

@ -10,6 +10,6 @@ jobs:
steps:
- uses: actions/setup-go@v1
with:
go-version: "1.17.8"
go-version: "1.17.9"
- uses: actions/checkout@v2
- run: ./QA/rundocker.bash "fbmessenger"

View File

@ -10,6 +10,6 @@ jobs:
steps:
- uses: actions/setup-go@v1
with:
go-version: "1.17.8"
go-version: "1.17.9"
- uses: actions/checkout@v2
- run: ./QA/rundocker.bash "hhfm"

View File

@ -10,6 +10,6 @@ jobs:
steps:
- uses: actions/setup-go@v1
with:
go-version: "1.17.8"
go-version: "1.17.9"
- uses: actions/checkout@v2
- run: ./QA/rundocker.bash "hirl"

View File

@ -10,6 +10,6 @@ jobs:
steps:
- uses: actions/setup-go@v1
with:
go-version: "1.17.8"
go-version: "1.17.9"
- uses: actions/checkout@v2
- run: ./QA/rundocker.bash "telegram"

View File

@ -10,6 +10,6 @@ jobs:
steps:
- uses: actions/setup-go@v1
with:
go-version: "1.17.8"
go-version: "1.17.9"
- uses: actions/checkout@v2
- run: ./QA/rundocker.bash "webconnectivity"

View File

@ -10,6 +10,6 @@ jobs:
steps:
- uses: actions/setup-go@v1
with:
go-version: "1.17.8"
go-version: "1.17.9"
- uses: actions/checkout@v2
- run: ./QA/rundocker.bash "whatsapp"

View File

@ -16,7 +16,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.17.8
go-version: 1.17.9
- name: Generate release tarball
run: |
VERSION=${GITHUB_REF_NAME#v}

View File

@ -13,7 +13,7 @@ jobs:
steps:
- uses: actions/setup-go@v1
with:
go-version: "1.17.8"
go-version: "1.17.9"
- uses: actions/checkout@v2
with:
fetch-depth: 0

4
mk
View File

@ -64,7 +64,7 @@ GOLANG_EXTRA_FLAGS =
#help:
#help: * GOLANG_VERSION_NUMBER : the expected version number for golang.
GOLANG_VERSION_NUMBER = 1.17.8
GOLANG_VERSION_NUMBER = 1.17.9
#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.8
OONIGO_BRANCH = oonigo1.17.9
#help:
#help: * OONI_PSIPHON_TAGS : build tags for `go build -tags ...` that cause