Skip to content

feat: allow tls1.0

feat: allow tls1.0 #64

Workflow file for this run

name: Run linters
on:
push:
branches:
- main
pull_request:
permissions:
contents: read
jobs:
lint:
name: golangci-lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- uses: actions/setup-go@v3
with:
go-version: 1.19
cache: true
- run: go mod download
- uses: golangci/[email protected]
with:
skip-cache: true
skip-pkg-cache: true