-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ginkgo PR depends on go 1.22, so we create this separate PR to make this change visible in git history.
- Loading branch information
1 parent
e4b3d85
commit ecdb2f7
Showing
2 changed files
with
7 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,8 @@ | ||
module go.anx.io/go-anxcloud | ||
|
||
go 1.20 | ||
go 1.22 | ||
|
||
toolchain go1.23.3 | ||
|
||
require ( | ||
github.com/go-logr/logr v1.4.2 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters