Skip to content

Commit 084c0ec

Browse files
fedekunzemergify[bot]
authored andcommitted
deps: bump Go to 1.17 (#404)
* deps: bump Go to 1.17 * add changelog entry Co-authored-by: colin axnér <25233464+colin-axner@users.noreply.github.com> (cherry picked from commit 60ca492) # Conflicts: # CHANGELOG.md # go.mod # go.sum
1 parent 6722671 commit 084c0ec

File tree

4 files changed

+117
-7
lines changed

4 files changed

+117
-7
lines changed

.github/workflows/test.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
steps:
2121
- uses: actions/setup-go@v2.1.4
2222
with:
23-
go-version: 1.15
23+
go-version: 1.17
2424
- name: Display go version
2525
run: go version
2626
- name: install tparse
@@ -40,7 +40,7 @@ jobs:
4040
- uses: actions/checkout@v2.3.4
4141
- uses: actions/setup-go@v2.1.4
4242
with:
43-
go-version: 1.15
43+
go-version: 1.17
4444
- uses: technote-space/get-diff-action@v5
4545
id: git_diff
4646
with:
@@ -88,7 +88,7 @@ jobs:
8888
- uses: actions/checkout@v2.3.4
8989
- uses: actions/setup-go@v2.1.4
9090
with:
91-
go-version: 1.15
91+
go-version: 1.17
9292
- uses: technote-space/get-diff-action@v5
9393
with:
9494
PATTERNS: |

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,13 @@ Ref: https://keepachangelog.com/en/1.0.0/
3838

3939
### Dependencies
4040

41+
<<<<<<< HEAD
4142
* [\#1247](https://github.com/cosmos/ibc-go/pull/1247) Bump SDK version to v0.45.3 and Tendermint to version 0.34.19
43+
=======
44+
* [\#485](https://github.com/cosmos/ibc-go/pull/485) Bump SDK version to v0.44.2
45+
* [\#455](https://github.com/cosmos/ibc-go/pull/455) Bump SDK version to v0.44.1
46+
* [\#404](https://github.com/cosmos/ibc-go/pull/404) Bump Go version to 1.17
47+
>>>>>>> 60ca492 (deps: bump Go to 1.17 (#404))
4248
4349
### API Breaking
4450

go.mod

+93-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
go 1.15
1+
go 1.17
22

33
module github.com/cosmos/ibc-go/v2
44

@@ -26,10 +26,102 @@ require (
2626
)
2727

2828
require (
29+
<<<<<<< HEAD
2930
github.com/cespare/xxhash/v2 v2.1.2 // indirect
3031
github.com/fsnotify/fsnotify v1.5.1 // indirect
3132
github.com/golang/snappy v0.0.3 // indirect
3233
github.com/mitchellh/mapstructure v1.4.2 // indirect
3334
github.com/pelletier/go-toml v1.9.4 // indirect
3435
gopkg.in/ini.v1 v1.63.2 // indirect
36+
=======
37+
filippo.io/edwards25519 v1.0.0-beta.2 // indirect
38+
github.com/99designs/keyring v1.1.6 // indirect
39+
github.com/ChainSafe/go-schnorrkel v0.0.0-20200405005733-88cbf1b4c40d // indirect
40+
github.com/DataDog/zstd v1.4.5 // indirect
41+
github.com/Workiva/go-datastructures v1.0.52 // indirect
42+
github.com/beorn7/perks v1.0.1 // indirect
43+
github.com/bgentry/speakeasy v0.1.0 // indirect
44+
github.com/btcsuite/btcd v0.22.0-beta // indirect
45+
github.com/cespare/xxhash v1.1.0 // indirect
46+
github.com/cespare/xxhash/v2 v2.1.1 // indirect
47+
github.com/coinbase/rosetta-sdk-go v0.6.10 // indirect
48+
github.com/cosmos/go-bip39 v1.0.0 // indirect
49+
github.com/cosmos/iavl v0.17.1 // indirect
50+
github.com/cosmos/ledger-cosmos-go v0.11.1 // indirect
51+
github.com/cosmos/ledger-go v0.9.2 // indirect
52+
github.com/danieljoos/wincred v1.0.2 // indirect
53+
github.com/davecgh/go-spew v1.1.1 // indirect
54+
github.com/desertbit/timer v0.0.0-20180107155436-c41aec40b27f // indirect
55+
github.com/dgraph-io/badger/v2 v2.2007.2 // indirect
56+
github.com/dgraph-io/ristretto v0.0.3 // indirect
57+
github.com/dgryski/go-farm v0.0.0-20200201041132-a6ae2369ad13 // indirect
58+
github.com/dustin/go-humanize v1.0.0 // indirect
59+
github.com/dvsekhvalnov/jose2go v0.0.0-20200901110807-248326c1351b // indirect
60+
github.com/enigmampc/btcutil v1.0.3-0.20200723161021-e2fb6adb2a25 // indirect
61+
github.com/felixge/httpsnoop v1.0.1 // indirect
62+
github.com/fsnotify/fsnotify v1.5.1 // indirect
63+
github.com/go-kit/kit v0.10.0 // indirect
64+
github.com/go-logfmt/logfmt v0.5.0 // indirect
65+
github.com/godbus/dbus v0.0.0-20190726142602-4481cbc300e2 // indirect
66+
github.com/gogo/gateway v1.1.0 // indirect
67+
github.com/golang/snappy v0.0.3 // indirect
68+
github.com/google/btree v1.0.0 // indirect
69+
github.com/google/orderedcode v0.0.1 // indirect
70+
github.com/gorilla/handlers v1.5.1 // indirect
71+
github.com/gorilla/websocket v1.4.2 // indirect
72+
github.com/grpc-ecosystem/go-grpc-middleware v1.3.0 // indirect
73+
github.com/gsterjov/go-libsecret v0.0.0-20161001094733-a6f4afe4910c // indirect
74+
github.com/gtank/merlin v0.1.1 // indirect
75+
github.com/gtank/ristretto255 v0.1.2 // indirect
76+
github.com/hashicorp/go-immutable-radix v1.0.0 // indirect
77+
github.com/hashicorp/golang-lru v0.5.4 // indirect
78+
github.com/hashicorp/hcl v1.0.0 // indirect
79+
github.com/hdevalence/ed25519consensus v0.0.0-20210204194344-59a8610d2b87 // indirect
80+
github.com/improbable-eng/grpc-web v0.14.1 // indirect
81+
github.com/inconshreveable/mousetrap v1.0.0 // indirect
82+
github.com/jmhodges/levigo v1.0.0 // indirect
83+
github.com/keybase/go-keychain v0.0.0-20190712205309-48d3d31d256d // indirect
84+
github.com/klauspost/compress v1.11.7 // indirect
85+
github.com/libp2p/go-buffer-pool v0.0.2 // indirect
86+
github.com/magiconair/properties v1.8.5 // indirect
87+
github.com/mattn/go-isatty v0.0.14 // indirect
88+
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
89+
github.com/mimoo/StrobeGo v0.0.0-20181016162300-f8f6d4d2b643 // indirect
90+
github.com/minio/highwayhash v1.0.1 // indirect
91+
github.com/mitchellh/go-homedir v1.1.0 // indirect
92+
github.com/mitchellh/mapstructure v1.4.2 // indirect
93+
github.com/mtibben/percent v0.2.1 // indirect
94+
github.com/pelletier/go-toml v1.9.4 // indirect
95+
github.com/petermattis/goid v0.0.0-20180202154549-b0b1615b78e5 // indirect
96+
github.com/pmezard/go-difflib v1.0.0 // indirect
97+
github.com/prometheus/client_golang v1.11.0 // indirect
98+
github.com/prometheus/client_model v0.2.0 // indirect
99+
github.com/prometheus/common v0.29.0 // indirect
100+
github.com/prometheus/procfs v0.6.0 // indirect
101+
github.com/rcrowley/go-metrics v0.0.0-20200313005456-10cdbea86bc0 // indirect
102+
github.com/regen-network/cosmos-proto v0.3.1 // indirect
103+
github.com/rs/cors v1.7.0 // indirect
104+
github.com/rs/zerolog v1.23.0 // indirect
105+
github.com/sasha-s/go-deadlock v0.2.1-0.20190427202633-1595213edefa // indirect
106+
github.com/spf13/afero v1.6.0 // indirect
107+
github.com/spf13/jwalterweatherman v1.1.0 // indirect
108+
github.com/spf13/pflag v1.0.5 // indirect
109+
github.com/subosito/gotenv v1.2.0 // indirect
110+
github.com/syndtr/goleveldb v1.0.1-0.20200815110645-5c35d600f0ca // indirect
111+
github.com/tecbot/gorocksdb v0.0.0-20191217155057-f0fad39f321c // indirect
112+
github.com/tendermint/btcd v0.1.1 // indirect
113+
github.com/tendermint/crypto v0.0.0-20191022145703-50d29ede1e15 // indirect
114+
github.com/tendermint/go-amino v0.16.0 // indirect
115+
github.com/zondax/hid v0.9.0 // indirect
116+
go.etcd.io/bbolt v1.3.5 // indirect
117+
golang.org/x/crypto v0.0.0-20210817164053-32db794688a5 // indirect
118+
golang.org/x/net v0.0.0-20210903162142-ad29c8ab022f // indirect
119+
golang.org/x/sys v0.0.0-20210903071746-97244b99971b // indirect
120+
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 // indirect
121+
golang.org/x/text v0.3.6 // indirect
122+
gopkg.in/ini.v1 v1.63.2 // indirect
123+
gopkg.in/yaml.v2 v2.4.0 // indirect
124+
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
125+
nhooyr.io/websocket v1.8.6 // indirect
126+
>>>>>>> 60ca492 (deps: bump Go to 1.17 (#404))
35127
)

go.sum

+15-3
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,11 @@ github.com/go-logfmt/logfmt v0.4.0/go.mod h1:3RMwSq7FuexP4Kalkev3ejPJsZTpXXBr9+V
295295
github.com/go-logfmt/logfmt v0.5.0 h1:TrB8swr/68K7m9CcGut2g3UOihhbcbiMAYiuTXdEih4=
296296
github.com/go-logfmt/logfmt v0.5.0/go.mod h1:wCYkCAKZfumFQihp8CzCvQ3paCTfi41vtzG1KdI/P7A=
297297
github.com/go-ole/go-ole v1.2.1/go.mod h1:7FAglXiTm7HKlQRDeOQ6ZNUHidzCWXuZWq/1dTyBNF8=
298+
<<<<<<< HEAD
298299
github.com/go-playground/assert/v2 v2.0.1 h1:MsBgLAaY856+nPRTKrp3/OZK38U/wa0CcBYNjji3q3A=
300+
=======
301+
github.com/go-ole/go-ole v1.2.5/go.mod h1:pprOEPIfldk/42T2oK7lQ4v4JSDwmV0As9GaiUsvbm0=
302+
>>>>>>> 60ca492 (deps: bump Go to 1.17 (#404))
299303
github.com/go-playground/assert/v2 v2.0.1/go.mod h1:VDjEfimB/XKnb+ZQfWdccd7VUvScMdVu0Titje2rxJ4=
300304
github.com/go-playground/locales v0.13.0 h1:HyWk6mgj5qFqCT5fjGBuRArbVDfE4hi8+e8ceBS/t7Q=
301305
github.com/go-playground/locales v0.13.0/go.mod h1:taPMhCMXrRLJO55olJkUXHZBHCxTMfnGwq/HNwmWNS8=
@@ -415,7 +419,18 @@ github.com/gorilla/websocket v1.4.1-0.20190629185528-ae1634f6a989/go.mod h1:E7qH
415419
github.com/gorilla/websocket v1.4.1/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE=
416420
github.com/gorilla/websocket v1.4.2 h1:+/TMaTYc4QFitKJxsQ7Yye35DkWvkdLcvGKqM+x0Ufc=
417421
github.com/gorilla/websocket v1.4.2/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE=
422+
<<<<<<< HEAD
418423
github.com/gotestyourself/gotestyourself v2.2.0+incompatible h1:AQwinXlbQR2HvPjQZOmDhRqsv5mZf+Jb1RnSLxcqZcI=
424+
=======
425+
github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3/go.mod h1:eEOZF4jCKGi+aprrirO9e7WKB3beBRtWgqGunKl6pKE=
426+
github.com/gostaticanalysis/analysisutil v0.0.3/go.mod h1:eEOZF4jCKGi+aprrirO9e7WKB3beBRtWgqGunKl6pKE=
427+
github.com/gostaticanalysis/analysisutil v0.1.0/go.mod h1:dMhHRU9KTiDcuLGdy87/2gTR8WruwYZrKdRq9m1O6uw=
428+
github.com/gostaticanalysis/analysisutil v0.4.1/go.mod h1:18U/DLpRgIUd459wGxVHE0fRgmo1UgHDcbw7F5idXu0=
429+
github.com/gostaticanalysis/comment v1.3.0/go.mod h1:xMicKDx7XRXYdVwY9f9wQpDJVnqWxw9wCauCMKp+IBI=
430+
github.com/gostaticanalysis/comment v1.4.1/go.mod h1:ih6ZxzTHLdadaiSnF5WY3dxUoXfXAlTaRzuaNDlSado=
431+
github.com/gostaticanalysis/forcetypeassert v0.0.0-20200621232751-01d4955beaa5/go.mod h1:qZEedyP/sY1lTGV1uJ3VhWZ2mqag3IkWsDHVbplHXak=
432+
github.com/gostaticanalysis/nilerr v0.1.1/go.mod h1:wZYb6YI5YAxxq0i1+VJbY0s2YONW0HU0GPE3+5PWN4A=
433+
>>>>>>> 60ca492 (deps: bump Go to 1.17 (#404))
419434
github.com/gotestyourself/gotestyourself v2.2.0+incompatible/go.mod h1:zZKM6oeNM8k+FRljX1mnzVYeS8wiGgQyvST1/GafPbY=
420435
github.com/graph-gophers/graphql-go v0.0.0-20191115155744-f33e81362277/go.mod h1:9CQHMSxwO4MprSdzoIEobiHpoLtHm77vfxsvsIN5Vuc=
421436
github.com/grpc-ecosystem/go-grpc-middleware v1.0.0/go.mod h1:FiyG127CGDf3tlThmgyCl78X/SZQqEOJBCDaAfeWzPs=
@@ -648,10 +663,8 @@ github.com/ory/dockertest v3.3.5+incompatible/go.mod h1:1vX4m9wsvi00u5bseYwXaSnh
648663
github.com/otiai10/copy v1.6.0 h1:IinKAryFFuPONZ7cm6T6E2QX/vcJwSnlaA5lfoaXIiQ=
649664
github.com/otiai10/copy v1.6.0/go.mod h1:XWfuS3CrI0R6IE0FbgHsEazaXO8G0LpMp9o8tos0x4E=
650665
github.com/otiai10/curr v0.0.0-20150429015615-9b4961190c95/go.mod h1:9qAhocn7zKJG+0mI8eUu6xqkFDYS2kb2saOteoSB3cE=
651-
github.com/otiai10/curr v1.0.0 h1:TJIWdbX0B+kpNagQrjgq8bCMrbhiuX73M2XwgtDMoOI=
652666
github.com/otiai10/curr v1.0.0/go.mod h1:LskTG5wDwr8Rs+nNQ+1LlxRjAtTZZjtJW4rMXl6j4vs=
653667
github.com/otiai10/mint v1.3.0/go.mod h1:F5AjcsTsWUqX+Na9fpHb52P8pcRX2CI6A3ctIT91xUo=
654-
github.com/otiai10/mint v1.3.2 h1:VYWnrP5fXmz1MXvjuUvcBrXSjGE6xjON+axB/UrpO3E=
655668
github.com/otiai10/mint v1.3.2/go.mod h1:/yxELlJQ0ufhjUwhshSj+wFjZ78CnZ48/1wtmBH1OTc=
656669
github.com/pact-foundation/pact-go v1.0.4/go.mod h1:uExwJY4kCzNPcHRj+hCR/HBbOOIwwtUjcrb0b5/5kLM=
657670
github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c/go.mod h1:lzWF7FIEvWOWxwDKqyGYQf6ZUaNfKdP144TG7ZOy1lc=
@@ -1342,7 +1355,6 @@ gopkg.in/yaml.v2 v2.4.0/go.mod h1:RDklbk79AGWmwhnvt/jBztapEOGDOx6ZbXqjP6csGnQ=
13421355
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
13431356
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b h1:h8qDotaEPuJATrMmW04NCwg7v22aHH28wwpauUhK9Oo=
13441357
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
1345-
gotest.tools v2.2.0+incompatible h1:VsBPFP1AI068pPrMxtb/S8Zkgf9xEmTLJjfM+P5UIEo=
13461358
gotest.tools v2.2.0+incompatible/go.mod h1:DsYFclhRJ6vuDpmuTbkuFWG+y2sxOXAzmJt81HFBacw=
13471359
honnef.co/go/tools v0.0.0-20180728063816-88497007e858/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4=
13481360
honnef.co/go/tools v0.0.0-20190102054323-c2f93a96b099/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4=

0 commit comments

Comments
 (0)