aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorGravatar Erik Dubbelboer <erik@dubbelboer.com> 2020-08-16 10:33:01 +0200
committerGravatar Erik Dubbelboer <erik@dubbelboer.com> 2020-08-16 10:52:49 +0200
commit12aba62b7b3589a308a45b2e1d2d6ba33e281c6e (patch)
tree0c8806c2a3938afc87ec63ddb8b58adb955a412d /.github
parentAllow TimeoutHandler connections to be kept alive (#864) (diff)
downloadfasthttp-12aba62b7b3589a308a45b2e1d2d6ba33e281c6e.tar.gz
fasthttp-12aba62b7b3589a308a45b2e1d2d6ba33e281c6e.tar.bz2
fasthttp-12aba62b7b3589a308a45b2e1d2d6ba33e281c6e.zip
Change CI to use Go 1.15
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/security.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml
index 4a485e0..d550ae7 100644
--- a/.github/workflows/security.yml
+++ b/.github/workflows/security.yml
@@ -4,7 +4,7 @@ jobs:
test:
strategy:
matrix:
- go-version: [1.13.x, 1.14.x]
+ go-version: [1.13.x, 1.14.x, 1.15.x]
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}
steps: