📚 test
Some checks failed
Go / test (push) Failing after 8s

This commit is contained in:
gsr
2026-03-24 15:46:46 +03:00
parent c589d609c5
commit e19aa66848
2 changed files with 2 additions and 1 deletions

2
go.mod
View File

@@ -1,6 +1,6 @@
module giteatest
go 1.25.4
go 1.26.1
require github.com/stretchr/testify v1.11.1

View File

@@ -10,6 +10,7 @@ func main() {
fmt.Println(hello())
}
func hello() string {
return "Hello go"
}