chore: use go1.17.10 (#740)
See https://github.com/ooni/probe/issues/2100
This commit is contained in:
parent
30e1ed9f40
commit
5c2f031163
21 changed files with 27 additions and 27 deletions
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.9"
|
||||
go-version: "1.17.10"
|
||||
|
||||
- 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
|
||||
|
|
|
|||
Loading…
Reference in a new issue