Skip to content

Commit ed4a4f5

Browse files
Bump golang to version 1.17 (#138)
1 parent 3f024b0 commit ed4a4f5

File tree

4 files changed

+69
-14
lines changed

4 files changed

+69
-14
lines changed

.github/workflows/check-dependencies-task.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Check Dependencies
33

44
env:
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
99
on:

.github/workflows/test-go-task.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Test Go
33

44
env:
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
99
on:

DistTasks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ version: "3"
2020

2121
vars:
2222
CONTAINER: "docker.elastic.co/beats-dev/golang-crossbuild"
23-
GO_VERSION: "1.16.4"
23+
GO_VERSION: "1.17.8"
2424
CHECKSUM_FILE: "{{.VERSION}}-checksums.txt"
2525

2626
tasks:

go.mod

Lines changed: 66 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,91 @@
11
module github.com/arduino/arduino-cloud-cli
22

3-
go 1.16
3+
go 1.17
44

55
require (
6-
github.com/Microsoft/go-winio v0.5.1 // indirect
76
github.com/antihax/optional v1.0.0
87
github.com/arduino/arduino-cli v0.0.0-20221116144942-76251df9241a
9-
github.com/arduino/board-discovery v0.0.0-20211020061712-fd83c2e3c908 // indirect
108
github.com/arduino/go-paths-helper v1.7.0
119
github.com/arduino/go-win32-utils v0.0.0-20180330194947-ed041402e83b
1210
github.com/arduino/iot-client-go v1.4.4
1311
github.com/gofrs/uuid v4.2.0+incompatible
1412
github.com/google/go-cmp v0.5.6
15-
github.com/h2non/filetype v1.1.3 // indirect
1613
github.com/howeyc/crc16 v0.0.0-20171223171357-2b2a61e366a6
17-
github.com/juju/errors v0.0.0-20210818161939-5560c4c073ff // indirect
18-
github.com/kevinburke/ssh_config v1.1.0 // indirect
1914
github.com/manifoldco/promptui v0.9.0
20-
github.com/oleksandr/bonjour v0.0.0-20210301155756-30f43c61b915 // indirect
21-
github.com/sergi/go-diff v1.2.0 // indirect
2215
github.com/sirupsen/logrus v1.8.1
2316
github.com/spf13/cobra v1.3.0
2417
github.com/spf13/viper v1.10.1
2518
github.com/stretchr/testify v1.8.0
26-
github.com/xanzy/ssh-agent v0.3.1 // indirect
2719
go.bug.st/cleanup v1.0.0
2820
go.bug.st/serial v1.3.3
29-
go.bug.st/serial.v1 v0.0.0-20191202182710-24a6610f0541 // indirect
3021
golang.org/x/crypto v0.0.0-20211215153901-e495a2d5b3d3
3122
golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8
32-
golang.org/x/text v0.4.0 // indirect
3323
google.golang.org/grpc v1.43.0
3424
gopkg.in/yaml.v3 v3.0.1
3525
gotest.tools v2.2.0+incompatible
3626
)
27+
28+
require (
29+
github.com/Microsoft/go-winio v0.5.1 // indirect
30+
github.com/arduino/board-discovery v0.0.0-20211020061712-fd83c2e3c908 // indirect
31+
github.com/arduino/go-properties-orderedmap v1.7.1 // indirect
32+
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e // indirect
33+
github.com/cmaglie/pb v1.0.27 // indirect
34+
github.com/codeclysm/cc v1.2.2 // indirect
35+
github.com/codeclysm/extract/v3 v3.0.2 // indirect
36+
github.com/creack/goselect v0.1.2 // indirect
37+
github.com/davecgh/go-spew v1.1.1 // indirect
38+
github.com/emirpasic/gods v1.12.0 // indirect
39+
github.com/fatih/color v1.13.0 // indirect
40+
github.com/fluxio/iohelpers v0.0.0-20160419043813-3a4dd67a94d2 // indirect
41+
github.com/fluxio/multierror v0.0.0-20160419044231-9c68d39025e5 // indirect
42+
github.com/fsnotify/fsnotify v1.5.1 // indirect
43+
github.com/golang/protobuf v1.5.2 // indirect
44+
github.com/h2non/filetype v1.1.3 // indirect
45+
github.com/hashicorp/hcl v1.0.0 // indirect
46+
github.com/inconshreveable/mousetrap v1.0.0 // indirect
47+
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
48+
github.com/josharian/intern v1.0.0 // indirect
49+
github.com/juju/errors v0.0.0-20210818161939-5560c4c073ff // indirect
50+
github.com/kevinburke/ssh_config v1.1.0 // indirect
51+
github.com/leonelquinteros/gotext v1.4.0 // indirect
52+
github.com/magiconair/properties v1.8.5 // indirect
53+
github.com/mailru/easyjson v0.7.7 // indirect
54+
github.com/mattn/go-colorable v0.1.12 // indirect
55+
github.com/mattn/go-isatty v0.0.14 // indirect
56+
github.com/mattn/go-runewidth v0.0.13 // indirect
57+
github.com/miekg/dns v1.1.43 // indirect
58+
github.com/mitchellh/go-homedir v1.1.0 // indirect
59+
github.com/mitchellh/mapstructure v1.4.3 // indirect
60+
github.com/oleksandr/bonjour v0.0.0-20210301155756-30f43c61b915 // indirect
61+
github.com/pelletier/go-toml v1.9.4 // indirect
62+
github.com/pkg/errors v0.9.1 // indirect
63+
github.com/pmezard/go-difflib v1.0.0 // indirect
64+
github.com/pmylund/sortutil v0.0.0-20120526081524-abeda66eb583 // indirect
65+
github.com/rivo/uniseg v0.2.0 // indirect
66+
github.com/sergi/go-diff v1.2.0 // indirect
67+
github.com/smartystreets/goconvey v1.6.4 // indirect
68+
github.com/spf13/afero v1.6.0 // indirect
69+
github.com/spf13/cast v1.4.1 // indirect
70+
github.com/spf13/jwalterweatherman v1.1.0 // indirect
71+
github.com/spf13/pflag v1.0.5 // indirect
72+
github.com/src-d/gcfg v1.4.0 // indirect
73+
github.com/stretchr/objx v0.4.0 // indirect
74+
github.com/subosito/gotenv v1.2.0 // indirect
75+
github.com/xanzy/ssh-agent v0.3.1 // indirect
76+
go.bug.st/downloader/v2 v2.1.1 // indirect
77+
go.bug.st/relaxed-semver v0.9.0 // indirect
78+
go.bug.st/serial.v1 v0.0.0-20191202182710-24a6610f0541 // indirect
79+
golang.org/x/net v0.0.0-20220722155237-a158d28d115b // indirect
80+
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4 // indirect
81+
golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f // indirect
82+
golang.org/x/text v0.4.0 // indirect
83+
google.golang.org/appengine v1.6.7 // indirect
84+
google.golang.org/genproto v0.0.0-20211208223120-3a66f561d7aa // indirect
85+
google.golang.org/protobuf v1.27.1 // indirect
86+
gopkg.in/ini.v1 v1.66.2 // indirect
87+
gopkg.in/src-d/go-billy.v4 v4.3.2 // indirect
88+
gopkg.in/src-d/go-git.v4 v4.13.1 // indirect
89+
gopkg.in/warnings.v0 v0.1.2 // indirect
90+
gopkg.in/yaml.v2 v2.4.0 // indirect
91+
)

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy