From b2312dd06f952a04506e133e1fcb678c9d5eae01 Mon Sep 17 00:00:00 2001 From: Julien Robert Date: Fri, 19 Apr 2024 21:42:56 +0200 Subject: [PATCH] build: set go 1.21.0 everywhere (#20101) --- client/v2/go.mod | 2 +- x/accounts/defaults/lockup/go.mod | 2 +- x/accounts/go.mod | 2 +- x/auth/go.mod | 2 +- x/authz/go.mod | 2 +- x/bank/go.mod | 2 +- x/circuit/go.mod | 2 +- x/distribution/go.mod | 2 +- x/epochs/go.mod | 2 +- x/evidence/go.mod | 2 +- x/feegrant/go.mod | 2 +- x/gov/go.mod | 2 +- x/group/go.mod | 2 +- x/mint/go.mod | 2 +- x/nft/go.mod | 2 +- x/params/go.mod | 2 +- x/protocolpool/go.mod | 2 +- x/slashing/go.mod | 2 +- x/staking/go.mod | 2 +- x/upgrade/go.mod | 2 +- 20 files changed, 20 insertions(+), 20 deletions(-) diff --git a/client/v2/go.mod b/client/v2/go.mod index e86647553499..7cdb856f0cd5 100644 --- a/client/v2/go.mod +++ b/client/v2/go.mod @@ -1,6 +1,6 @@ module cosmossdk.io/client/v2 -go 1.21 +go 1.21.0 require ( cosmossdk.io/api v0.7.4 diff --git a/x/accounts/defaults/lockup/go.mod b/x/accounts/defaults/lockup/go.mod index f7625faeaaad..e4175760994b 100644 --- a/x/accounts/defaults/lockup/go.mod +++ b/x/accounts/defaults/lockup/go.mod @@ -1,6 +1,6 @@ module cosmossdk.io/x/accounts/defaults/lockup -go 1.21 +go 1.21.0 require ( cosmossdk.io/collections v0.4.0 diff --git a/x/accounts/go.mod b/x/accounts/go.mod index ec985e2c8c47..5b28d812a104 100644 --- a/x/accounts/go.mod +++ b/x/accounts/go.mod @@ -1,6 +1,6 @@ module cosmossdk.io/x/accounts -go 1.21 +go 1.21.0 require ( cosmossdk.io/api v0.7.4 diff --git a/x/auth/go.mod b/x/auth/go.mod index faa5fa0189e4..40e05fb54fc3 100644 --- a/x/auth/go.mod +++ b/x/auth/go.mod @@ -1,6 +1,6 @@ module cosmossdk.io/x/auth -go 1.21 +go 1.21.0 require ( cosmossdk.io/api v0.7.4 diff --git a/x/authz/go.mod b/x/authz/go.mod index 009f2108a702..c947c7b0c82a 100644 --- a/x/authz/go.mod +++ b/x/authz/go.mod @@ -1,6 +1,6 @@ module cosmossdk.io/x/authz -go 1.21 +go 1.21.0 require ( buf.build/gen/go/cosmos/gogo-proto/protocolbuffers/go v1.32.0-20230509103710-5e5b9fdd0180.1 // indirect diff --git a/x/bank/go.mod b/x/bank/go.mod index f9f0321bbb34..45c2f7d250ae 100644 --- a/x/bank/go.mod +++ b/x/bank/go.mod @@ -1,6 +1,6 @@ module cosmossdk.io/x/bank -go 1.21 +go 1.21.0 require ( cosmossdk.io/api v0.7.4 diff --git a/x/circuit/go.mod b/x/circuit/go.mod index b22163c04479..526958afca3b 100644 --- a/x/circuit/go.mod +++ b/x/circuit/go.mod @@ -1,6 +1,6 @@ module cosmossdk.io/x/circuit -go 1.21 +go 1.21.0 require ( cosmossdk.io/api v0.7.4 diff --git a/x/distribution/go.mod b/x/distribution/go.mod index b52e1190f225..5c4f8b721ede 100644 --- a/x/distribution/go.mod +++ b/x/distribution/go.mod @@ -1,6 +1,6 @@ module cosmossdk.io/x/distribution -go 1.21 +go 1.21.0 require ( cosmossdk.io/api v0.7.4 diff --git a/x/epochs/go.mod b/x/epochs/go.mod index ac17dc74dad5..bf485be39307 100644 --- a/x/epochs/go.mod +++ b/x/epochs/go.mod @@ -1,6 +1,6 @@ module cosmossdk.io/x/epochs -go 1.21 +go 1.21.0 require ( cosmossdk.io/api v0.7.4 diff --git a/x/evidence/go.mod b/x/evidence/go.mod index 069a50343d1f..1f81c1889120 100644 --- a/x/evidence/go.mod +++ b/x/evidence/go.mod @@ -1,6 +1,6 @@ module cosmossdk.io/x/evidence -go 1.21 +go 1.21.0 require ( cosmossdk.io/api v0.7.4 diff --git a/x/feegrant/go.mod b/x/feegrant/go.mod index 5be9ffe6a2cc..bc04a44e108a 100644 --- a/x/feegrant/go.mod +++ b/x/feegrant/go.mod @@ -1,6 +1,6 @@ module cosmossdk.io/x/feegrant -go 1.21 +go 1.21.0 require ( cosmossdk.io/api v0.7.4 diff --git a/x/gov/go.mod b/x/gov/go.mod index 78d1f9d29677..7d43557957b8 100644 --- a/x/gov/go.mod +++ b/x/gov/go.mod @@ -1,6 +1,6 @@ module cosmossdk.io/x/gov -go 1.21 +go 1.21.0 require ( buf.build/gen/go/cosmos/gogo-proto/protocolbuffers/go v1.32.0-20230509103710-5e5b9fdd0180.1 // indirect diff --git a/x/group/go.mod b/x/group/go.mod index 0a769e756bf1..1e289cbc09b1 100644 --- a/x/group/go.mod +++ b/x/group/go.mod @@ -1,6 +1,6 @@ module cosmossdk.io/x/group -go 1.21 +go 1.21.0 require ( cosmossdk.io/api v0.7.4 diff --git a/x/mint/go.mod b/x/mint/go.mod index c4a6b2159381..e27c4dbb2ff5 100644 --- a/x/mint/go.mod +++ b/x/mint/go.mod @@ -1,6 +1,6 @@ module cosmossdk.io/x/mint -go 1.21 +go 1.21.0 require ( cosmossdk.io/api v0.7.4 diff --git a/x/nft/go.mod b/x/nft/go.mod index b8fdd572431d..b2209130ce29 100644 --- a/x/nft/go.mod +++ b/x/nft/go.mod @@ -1,6 +1,6 @@ module cosmossdk.io/x/nft -go 1.21 +go 1.21.0 require ( cosmossdk.io/api v0.7.4 diff --git a/x/params/go.mod b/x/params/go.mod index 9d570a69b1cd..3fffeb1ebb22 100644 --- a/x/params/go.mod +++ b/x/params/go.mod @@ -1,6 +1,6 @@ module cosmossdk.io/x/params -go 1.21 +go 1.21.0 require ( cosmossdk.io/api v0.7.4 diff --git a/x/protocolpool/go.mod b/x/protocolpool/go.mod index 60ae9e440ce6..87926a67b2b5 100644 --- a/x/protocolpool/go.mod +++ b/x/protocolpool/go.mod @@ -1,6 +1,6 @@ module cosmossdk.io/x/protocolpool -go 1.21 +go 1.21.0 require ( cosmossdk.io/api v0.7.4 diff --git a/x/slashing/go.mod b/x/slashing/go.mod index 775597d69e12..44b64662319a 100644 --- a/x/slashing/go.mod +++ b/x/slashing/go.mod @@ -1,6 +1,6 @@ module cosmossdk.io/x/slashing -go 1.21 +go 1.21.0 require ( cosmossdk.io/api v0.7.4 diff --git a/x/staking/go.mod b/x/staking/go.mod index 74ba7baca580..e5d86e35981f 100644 --- a/x/staking/go.mod +++ b/x/staking/go.mod @@ -1,6 +1,6 @@ module cosmossdk.io/x/staking -go 1.21 +go 1.21.0 require ( cosmossdk.io/api v0.7.4 diff --git a/x/upgrade/go.mod b/x/upgrade/go.mod index 2bb1c7213d2a..89fe9b6e018c 100644 --- a/x/upgrade/go.mod +++ b/x/upgrade/go.mod @@ -1,6 +1,6 @@ module cosmossdk.io/x/upgrade -go 1.21 +go 1.21.0 require ( cosmossdk.io/api v0.7.4