chore: use go1.17.6 (#664)
We're starting to prepare a new release. The first step is to use go1.17.6 in the following places: 1. everywhere we define the version of Go in this tree; 2. when we're building for Android (using ooni/go); 3. in our ooni/oohttp fork of Go net/http standard library. Reference issue: https://github.com/ooni/probe/issues/1845
This commit is contained in:
parent
e904b90006
commit
ec98500ba7
20 changed files with 26 additions and 25 deletions
2
.github/workflows/windows.yml
vendored
2
.github/workflows/windows.yml
vendored
|
|
@ -13,7 +13,7 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/setup-go@v1
|
||||
with:
|
||||
go-version: "1.17.4"
|
||||
go-version: "1.17.6"
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
|
|
|||
Loading…
Reference in a new issue