Skip to content

Update .goreleaser.yml #40

Update .goreleaser.yml

Update .goreleaser.yml #40

Workflow file for this run

name: golangci
on: [push]
env:
GO111MODULE: on
jobs:
golangci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: golangci-lint
uses: golangci/golangci-lint-action@v2
with:
version: v1.54.2