File tree Expand file tree Collapse file tree 15 files changed +150
-18
lines changed
arduino/discovery/discovery_client Expand file tree Collapse file tree 15 files changed +150
-18
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Check Go Dependencies
33
44env :
55 # See: https://github.com/actions/setup-go/tree/v2#readme
6- GO_VERSION : " 1.16 "
6+ GO_VERSION : " 1.17 "
77
88# See: https://docs.github.com/en/actions/reference/events-that-trigger-workflows
99on :
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Check Go
33
44env :
55 # See: https://github.com/actions/setup-go/tree/v2#readme
6- GO_VERSION : " 1.16 "
6+ GO_VERSION : " 1.17 "
77
88# See: https://docs.github.com/en/actions/reference/events-that-trigger-workflows
99on :
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Check Markdown
33
44env :
55 # See: https://github.com/actions/setup-go/tree/v2#readme
6- GO_VERSION : " 1.16 "
6+ GO_VERSION : " 1.17 "
77
88# See: https://docs.github.com/en/actions/reference/events-that-trigger-workflows
99on :
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Check Website
33
44env :
55 # See: https://github.com/actions/setup-go/tree/v2#readme
6- GO_VERSION : " 1.16 "
6+ GO_VERSION : " 1.17 "
77 # See: https://github.com/actions/setup-python/tree/v2#available-versions-of-python
88 PYTHON_VERSION : " 3.9"
99
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Check Protocol Buffers
22
33env :
44 # See: https://github.com/actions/setup-go/tree/v2#readme
5- GO_VERSION : " 1.16 "
5+ GO_VERSION : " 1.17 "
66
77# See: https://docs.github.com/en/actions/reference/events-that-trigger-workflows
88on :
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Deploy Website
33
44env :
55 # See: https://github.com/actions/setup-go/tree/v2#readme
6- GO_VERSION : " 1.16 "
6+ GO_VERSION : " 1.17 "
77 # See: https://github.com/actions/setup-python/tree/v2#available-versions-of-python
88 PYTHON_VERSION : " 3.9"
99
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Test Integration
33
44env :
55 # See: https://github.com/actions/setup-go/tree/v2#readme
6- GO_VERSION : " 1.16 "
6+ GO_VERSION : " 1.17 "
77 # See: https://github.com/actions/setup-python/tree/v2#available-versions-of-python
88 PYTHON_VERSION : " 3.9.6"
99
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Test Go
33
44env :
55 # See: https://github.com/actions/setup-go/tree/v2#readme
6- GO_VERSION : " 1.16 "
6+ GO_VERSION : " 1.17 "
77
88# See: https://docs.github.com/en/free-pro-team@latest/actions/reference/events-that-trigger-workflows
99on :
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ version: "3"
1919
2020vars :
2121 CONTAINER : " docker.elastic.co/beats-dev/golang-crossbuild"
22- GO_VERSION : " 1.16.4 "
22+ GO_VERSION : " 1.17.8 "
2323 CHECKSUM_FILE : " {{.VERSION}}-checksums.txt"
2424
2525tasks :
Original file line number Diff line number Diff line change 11module github.com/arduino/arduino-cli/arduino/discovery/discovery_client
22
3- go 1.14
3+ go 1.17
44
55replace github.com/arduino/arduino-cli => ../../..
66
77require (
88 github.com/arduino/arduino-cli v0.0.0-00010101000000-000000000000
99 github.com/gizak/termui/v3 v3.1.0
1010)
11+
12+ require (
13+ github.com/arduino/go-paths-helper v1.7.0 // indirect
14+ github.com/arduino/go-properties-orderedmap v1.6.0 // indirect
15+ github.com/golang/protobuf v1.5.2 // indirect
16+ github.com/konsorten/go-windows-terminal-sequences v1.0.1 // indirect
17+ github.com/leonelquinteros/gotext v1.4.0 // indirect
18+ github.com/mattn/go-runewidth v0.0.9 // indirect
19+ github.com/mitchellh/go-wordwrap v0.0.0-20150314170334-ad45545899c7 // indirect
20+ github.com/nsf/termbox-go v0.0.0-20190121233118-02980233997d // indirect
21+ github.com/pkg/errors v0.9.1 // indirect
22+ github.com/sirupsen/logrus v1.4.2 // indirect
23+ golang.org/x/net v0.0.0-20210505024714-0287a6fb4125 // indirect
24+ golang.org/x/sys v0.0.0-20210823070655-63515b42dcdf // indirect
25+ golang.org/x/text v0.3.6 // indirect
26+ google.golang.org/genproto v0.0.0-20210602131652-f16073e35f0c // indirect
27+ google.golang.org/grpc v1.38.0 // indirect
28+ google.golang.org/protobuf v1.26.0 // indirect
29+ )
You can’t perform that action at this time.
0 commit comments