aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar tyltr <tylitianrui@126.com> 2024-01-18 11:41:42 +0800
committerGravatar GitHub <noreply@github.com> 2024-01-18 04:41:42 +0100
commitdd1f3b97e5d4dd55dc186ed51792ad56bb4967be (patch)
tree3cf058eb682fff1469269939682d09ee140a4438
parentPut a limit on the max body size for fuzzing (diff)
downloadfasthttp-dd1f3b97e5d4dd55dc186ed51792ad56bb4967be.tar.gz
fasthttp-dd1f3b97e5d4dd55dc186ed51792ad56bb4967be.tar.bz2
fasthttp-dd1f3b97e5d4dd55dc186ed51792ad56bb4967be.zip
update build tag (#1695)
* update go.sum * update build tag
-rw-r--r--s2b_new.go2
-rw-r--r--s2b_old.go2
2 files changed, 2 insertions, 2 deletions
diff --git a/s2b_new.go b/s2b_new.go
index aedc448..31b623f 100644
--- a/s2b_new.go
+++ b/s2b_new.go
@@ -1,4 +1,4 @@
-//go:build go1.20
+//go:build go1.20 || go1.21
package fasthttp
diff --git a/s2b_old.go b/s2b_old.go
index 50a034b..2a0827f 100644
--- a/s2b_old.go
+++ b/s2b_old.go
@@ -1,4 +1,4 @@
-//go:build !go1.20
+//go:build !go1.20 && !go1.21
package fasthttp