Skip to content

fix: ci using goreleaser and github #6

fix: ci using goreleaser and github

fix: ci using goreleaser and github #6

Workflow file for this run

name: Lint
on: [push, workflow_dispatch]
jobs:
golangci-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: 1.21
- name: golangci-lint
uses: golangci/golangci-lint-action@v2
with:
skip-go-installation: true
version: v1.54.2
args: --timeout=10m