chore: use go1.17.10 (#740)

See https://github.com/ooni/probe/issues/2100
This commit is contained in:
Simone Basso 2022-05-19 14:41:36 +02:00 committed by GitHub
commit 5c2f031163
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
21 changed files with 27 additions and 27 deletions

View file

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