Skip to content

Commit

Permalink
Add explicit go version
Browse files Browse the repository at this point in the history
Since go 1.21 there should be a specific version
See comment here golang/go#62278 (comment) and
golang/go#62278 (comment)
  • Loading branch information
Samze committed Jul 8, 2024
1 parent e571d74 commit 138ae13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module code.cloudfoundry.org/cli

go 1.22
go 1.22.0

require (
code.cloudfoundry.org/bytefmt v0.0.0-20230612151507-41ef4d1f67a4
Expand Down

0 comments on commit 138ae13

Please sign in to comment.