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
3
3
4
4
env :
5
5
# See: https://github.com/actions/setup-go/tree/v2#readme
6
- GO_VERSION : " 1.16 "
6
+ GO_VERSION : " 1.17 "
7
7
8
8
# See: https://docs.github.com/en/actions/reference/events-that-trigger-workflows
9
9
on :
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Check Go
3
3
4
4
env :
5
5
# See: https://github.com/actions/setup-go/tree/v2#readme
6
- GO_VERSION : " 1.16 "
6
+ GO_VERSION : " 1.17 "
7
7
8
8
# See: https://docs.github.com/en/actions/reference/events-that-trigger-workflows
9
9
on :
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Check Markdown
3
3
4
4
env :
5
5
# See: https://github.com/actions/setup-go/tree/v2#readme
6
- GO_VERSION : " 1.16 "
6
+ GO_VERSION : " 1.17 "
7
7
8
8
# See: https://docs.github.com/en/actions/reference/events-that-trigger-workflows
9
9
on :
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Check Website
3
3
4
4
env :
5
5
# See: https://github.com/actions/setup-go/tree/v2#readme
6
- GO_VERSION : " 1.16 "
6
+ GO_VERSION : " 1.17 "
7
7
# See: https://github.com/actions/setup-python/tree/v2#available-versions-of-python
8
8
PYTHON_VERSION : " 3.9"
9
9
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Check Protocol Buffers
2
2
3
3
env :
4
4
# See: https://github.com/actions/setup-go/tree/v2#readme
5
- GO_VERSION : " 1.16 "
5
+ GO_VERSION : " 1.17 "
6
6
7
7
# See: https://docs.github.com/en/actions/reference/events-that-trigger-workflows
8
8
on :
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Deploy Website
3
3
4
4
env :
5
5
# See: https://github.com/actions/setup-go/tree/v2#readme
6
- GO_VERSION : " 1.16 "
6
+ GO_VERSION : " 1.17 "
7
7
# See: https://github.com/actions/setup-python/tree/v2#available-versions-of-python
8
8
PYTHON_VERSION : " 3.9"
9
9
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Test Integration
3
3
4
4
env :
5
5
# See: https://github.com/actions/setup-go/tree/v2#readme
6
- GO_VERSION : " 1.16 "
6
+ GO_VERSION : " 1.17 "
7
7
# See: https://github.com/actions/setup-python/tree/v2#available-versions-of-python
8
8
PYTHON_VERSION : " 3.9.6"
9
9
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Test Go
3
3
4
4
env :
5
5
# See: https://github.com/actions/setup-go/tree/v2#readme
6
- GO_VERSION : " 1.16 "
6
+ GO_VERSION : " 1.17 "
7
7
8
8
# See: https://docs.github.com/en/free-pro-team@latest/actions/reference/events-that-trigger-workflows
9
9
on :
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ version: "3"
19
19
20
20
vars :
21
21
CONTAINER : " docker.elastic.co/beats-dev/golang-crossbuild"
22
- GO_VERSION : " 1.16.4 "
22
+ GO_VERSION : " 1.17.8 "
23
23
CHECKSUM_FILE : " {{.VERSION}}-checksums.txt"
24
24
25
25
tasks :
Original file line number Diff line number Diff line change 1
1
module github.com/arduino/arduino-cli/arduino/discovery/discovery_client
2
2
3
- go 1.14
3
+ go 1.17
4
4
5
5
replace github.com/arduino/arduino-cli => ../../..
6
6
7
7
require (
8
8
github.com/arduino/arduino-cli v0.0.0-00010101000000-000000000000
9
9
github.com/gizak/termui/v3 v3.1.0
10
10
)
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