[forwardport] chore: use go1.17.3 (#588) (#589)

This diff forward ports adcb0f9ae3b9e074c301d4f7f0e8f2d0ef6466b9.

Original commit message:

- - -

- ensure we use go1.17.3 in workflows

- update to a version of ooni/oohttp that uses go1.17.3

This change WILL need to be forward ported to master.

Closes https://github.com/ooni/probe/issues/1861
This commit is contained in:
Simone Basso 2021-11-10 14:18:04 +01:00 committed by GitHub
commit 4d80f7d9f0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
19 changed files with 23 additions and 23 deletions

View file

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