Skip to content

fix: golangci-lint warning Slowloris attack on tests #86

fix: golangci-lint warning Slowloris attack on tests

fix: golangci-lint warning Slowloris attack on tests #86

Workflow file for this run

name: golangci-lint
on:
push:
branches:
- '*'
tags:
- 'v*'
pull_request:
branches:
- '*'
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: 1.17
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: latest