Skip to content

update go ci lint

update go ci lint #1

Workflow file for this run

name: Linter
# Run on every master merge and on all PRs.
on:
push:
branches: [main]
tags: [v*]
pull_request:
workflow_dispatch:
permissions:
contents: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: golangci-lint
run : make lint