Skip to content

Fix golang ci lint #147

Fix golang ci lint

Fix golang ci lint #147

Workflow file for this run

on:
push:
branches : [master]
pull_request:
branches: [master]
jobs:
lint:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version-file: 'go.mod'
cache: true
- uses: golangci/golangci-lint-action@v6