Skip to content

build: added /v4 to match git tag and fix go install #377

build: added /v4 to match git tag and fix go install

build: added /v4 to match git tag and fix go install #377

Workflow file for this run

name: lint
on: [push, pull_request]
jobs:
lint:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.18'
- name: lint
uses: golangci/golangci-lint-action@v5
with:
version: latest