We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bcb085 commit f54ff56Copy full SHA for f54ff56
README.md
@@ -380,6 +380,8 @@ https://github.com/J-Siu/go-mygit/releases
380
- Upgrade go-helper to v1.1.7
381
- Use proper receiver name
382
- Fix `repo get info` error
383
+- v2.7.2
384
+ - Set go version to 1.23
385
386
### License
387
go.mod
@@ -1,6 +1,6 @@
1
module github.com/J-Siu/go-mygit/v2
2
3
-go 1.24.5
+go 1.23
4
5
require (
6
github.com/J-Siu/go-gitapi v1.4.1
0 commit comments