Skip to content

Remove 'gorilla.go', update interface in 'conn.go' #12

Remove 'gorilla.go', update interface in 'conn.go'

Remove 'gorilla.go', update interface in 'conn.go' #12

Workflow file for this run

name: golangci-lint
on:
push:
tags:
- v*
branches:
- main
pull_request:
permissions:
contents: read
jobs:
golangci:
permissions:
contents: read # for actions/checkout to fetch code
pull-requests: read # for golangci/golangci-lint-action to fetch pull requests
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v5
with:
go-version: '>=1.18'
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v5
with:
args: --timeout=5m