Skip to content

Commit 4cabdfd

Browse files
authored
upgrade to go v1.25 (#379)
1 parent 5cf57ca commit 4cabdfd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

go/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Go Project
22

33
## Tech Stack
4-
- Go 1.21
4+
- Go 1.25
55
- [Testify Assert](https://pkg.go.dev/github.com/stretchr/testify/assert)
66

77
## Common Commands

go/go.mod

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

3-
go 1.21.2
3+
go 1.25.4
44

55
require github.com/stretchr/testify v1.11.1
66

0 commit comments

Comments
 (0)