diff --git a/go/README.md b/go/README.md index 6d2e5f4f..9bbd40ed 100644 --- a/go/README.md +++ b/go/README.md @@ -1,7 +1,7 @@ # Go Project ## Tech Stack -- Go 1.21 +- Go 1.25 - [Testify Assert](https://pkg.go.dev/github.com/stretchr/testify/assert) ## Common Commands diff --git a/go/go.mod b/go/go.mod index d615d903..aa270417 100644 --- a/go/go.mod +++ b/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