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/netxlite.yml
vendored
2
.github/workflows/netxlite.yml
vendored
|
|
@ -10,7 +10,7 @@ jobs:
|
|||
runs-on: "${{ matrix.os }}"
|
||||
strategy:
|
||||
matrix:
|
||||
go: [ "1.17.9" ]
|
||||
go: [ "1.17.10" ]
|
||||
os: [ "ubuntu-20.04", "windows-2019", "macos-10.15" ]
|
||||
steps:
|
||||
- uses: magnetikonline/action-golang-cache@v2
|
||||
|
|
|
|||
Loading…
Reference in a new issue