Skip to content

Commit

Permalink
fix(go): invalid Go toolchain version (#3961)
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkerou committed May 9, 2024
1 parent 7e29806 commit c677ccc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
@@ -1,6 +1,6 @@
module github.com/gin-gonic/gin

go 1.21
go 1.21.0

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

0 comments on commit c677ccc

Please sign in to comment.