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
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

@ -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