Skip to content

Commit

Permalink
Merge pull request #1166 from joejstuart/golang-bump
Browse files Browse the repository at this point in the history
bump to go 1.21.4
  • Loading branch information
joejstuart authored Nov 17, 2023
2 parents 75b1441 + 2435571 commit c97b84a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion acceptance/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/enterprise-contract/ec-cli/acceptance

go 1.21.2
go 1.21.4

require (
cuelang.org/go v0.6.0
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/enterprise-contract/ec-cli

go 1.21.2
go 1.21.4

require (
cuelang.org/go v0.6.0
Expand Down
2 changes: 1 addition & 1 deletion tools/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/enterprise-contract/ec-cli/tools

go 1.21.2
go 1.21.4

require (
github.com/daixiang0/gci v0.11.2
Expand Down

0 comments on commit c97b84a

Please sign in to comment.