Skip to content

chore(main): release 1.6.4 #530

chore(main): release 1.6.4

chore(main): release 1.6.4 #530

Workflow file for this run

name: golangci-lint
on:
push:
branches:
- main
pull_request:
permissions:
contents: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: actions/setup-go@v6
with:
go-version-file: 'go.mod'
check-latest: true
cache: false
- name: golangci-lint
uses: golangci/golangci-lint-action@v9
with:
args: --timeout=10m