Skip to content

Commit

Permalink
chore: update dependencies and CI configurations
Browse files Browse the repository at this point in the history
- Update Go version requirement from `1.20` to `1.21` in `go.mod`

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
  • Loading branch information
appleboy committed May 9, 2024
1 parent 027da4a commit a4f0cea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/gin-gonic/gin

go 1.20
go 1.21

require (
github.com/bytedance/sonic v1.11.6
Expand Down

0 comments on commit a4f0cea

Please sign in to comment.