aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorGravatar Sergio Andrés Virviescas Santana <developersavsgio@gmail.com> 2021-05-17 10:45:11 +0200
committerGravatar GitHub <noreply@github.com> 2021-05-17 10:45:11 +0200
commitfa3e5d85f29586ec8fbc8a93508c57f98a1ee476 (patch)
tree59112a7af9c07beeea4b9a4e83967ae37a41a79e /go.mod
parentUse proper content-type when it is not present (#1023) (diff)
downloadfasthttp-fa3e5d85f29586ec8fbc8a93508c57f98a1ee476.tar.gz
fasthttp-fa3e5d85f29586ec8fbc8a93508c57f98a1ee476.tar.bz2
fasthttp-fa3e5d85f29586ec8fbc8a93508c57f98a1ee476.zip
Run test with go 1.16.X (#1028)v1.25.0
* Run test with go 1.16.X * Fix min required go version * Add go tip * Update .github/workflows/security.yml Co-authored-by: Erik Dubbelboer <erik@dubbelboer.com> Co-authored-by: Erik Dubbelboer <erik@dubbelboer.com>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index adbf949..52347b0 100644
--- a/go.mod
+++ b/go.mod
@@ -1,6 +1,6 @@
module github.com/valyala/fasthttp
-go 1.11
+go 1.12
require (
github.com/andybalholm/brotli v1.0.2