Skip to content

Commit 28a3990

Browse files
committed
chore(deps): bump go directive to leverage dependency version
The 'make ci' instruction was failing with an error message of 'go: updates to go.mod needed; to update it: go mod tidy. I believe this change is needed, because this new version of client-go uses go1.21, so we need to bump our module to the same, or higher Signed-off-by: Casale, Robert <[email protected]>
1 parent 898139d commit 28a3990

File tree

2 files changed

+3
-2253
lines changed

2 files changed

+3
-2253
lines changed

go.mod

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
module github.com/fidelity/kconnect
22

3-
go 1.17
3+
go 1.21
4+
5+
toolchain go1.21.4
46

57
require (
68
github.com/AlecAivazis/survey/v2 v2.3.7

0 commit comments

Comments
 (0)