Skip to content

fix the golangci lint action #57

fix the golangci lint action

fix the golangci lint action #57

Workflow file for this run

name: golangci-lint
on:
push:
branches:
- main
pull_request:
permissions:
contents: read
jobs:
golangci-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.21'
- name: lint
uses: golangci/golangci-lint-action@v6.1.1
with:
version: latest