File tree Expand file tree Collapse file tree 3 files changed +9
-6
lines changed
Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 3030 matrix :
3131 os : [ubuntu-latest, macos-latest, windows-latest]
3232 # Do not forget to bump every 6 months!
33- gover : ["1.18 "]
33+ gover : ["1.19 "]
3434 env :
3535 PYTHONDONTWRITEBYTECODE : x
3636 steps :
@@ -101,7 +101,7 @@ jobs:
101101 # Windows.
102102 os : [ubuntu-latest, macos-latest, windows-latest]
103103 # Do not forget to bump every 6 months!
104- gover : ["1.18 "]
104+ gover : ["1.19 "]
105105 env :
106106 PYTHONDONTWRITEBYTECODE : x
107107 steps :
@@ -275,7 +275,10 @@ jobs:
275275 fail-fast : false
276276 matrix :
277277 os : [ubuntu-latest]
278- gover : ['1.13.15']
278+ # https://github.com/golang/go/issues/55078
279+ # golang.org/x/sys/unix broke on Go versions before 1.17. Not worth
280+ # fixing.
281+ gover : ['1.17.13']
279282 env :
280283 PYTHONDONTWRITEBYTECODE : x
281284 steps :
@@ -299,7 +302,7 @@ jobs:
299302 matrix :
300303 os : [ubuntu-latest]
301304 # Do not forget to bump every 6 months!
302- gover : ["1.18 "]
305+ gover : ["1.19 "]
303306 permissions :
304307 security-events : write
305308 steps :
Original file line number Diff line number Diff line change 1111// from https://ftdichip.com/drivers/d2xx-drivers/. See third_party/README.md
1212// for more details.
1313//
14- // Configuration
14+ // # Configuration
1515//
1616// See https://periph.io/device/ftdi/ for more details, and how to configure
1717// the host to be able to use this driver.
Original file line number Diff line number Diff line change 11module periph.io/x/d2xx
22
3- go 1.13
3+ go 1.17
You can’t perform that action at this time.
0 commit comments