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 5cf57ca commit 4cabdfdCopy full SHA for 4cabdfd
go/README.md
@@ -1,7 +1,7 @@
1
# Go Project
2
3
## Tech Stack
4
-- Go 1.21
+- Go 1.25
5
- [Testify Assert](https://pkg.go.dev/github.com/stretchr/testify/assert)
6
7
## Common Commands
go/go.mod
@@ -1,6 +1,6 @@
module interview
-go 1.21.2
+go 1.25.4
require github.com/stretchr/testify v1.11.1
0 commit comments