Skip to content

Commit e845456

Browse files
authored
Merge pull request #7 from bipy/copilot/fix-go-mod-version-error
Fix go.mod: remove invalid patch version from go directive
2 parents fa9926e + 9c0e5df commit e845456

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module pusher
22

3-
go 1.25.0
3+
go 1.25
44

55
require github.com/labstack/echo/v5 v5.0.3
66

0 commit comments

Comments
 (0)