Skip to content

Fastest and reliable HTTP implementation - EpicChain Lab's #1

Fastest and reliable HTTP implementation - EpicChain Lab's

Fastest and reliable HTTP implementation - EpicChain Lab's #1

Workflow file for this run

on: [push, pull_request]
name: Security
jobs:
test:
strategy:
matrix:
go-version: [1.13.x, 1.14.x, 1.15.x]
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}
steps:
- name: Install Go
uses: actions/setup-go@v1
with:
go-version: ${{ matrix.go-version }}
- name: Checkout code
uses: actions/checkout@v2
- name: Security
run: go get github.com/securego/gosec/cmd/gosec; `go env GOPATH`/bin/gosec -exclude=G104,G304 ./...