Skip to content

build(deps): bump golangci/golangci-lint-action from 5 to 6 (#31) #97

build(deps): bump golangci/golangci-lint-action from 5 to 6 (#31)

build(deps): bump golangci/golangci-lint-action from 5 to 6 (#31) #97

Workflow file for this run

---
name: test
on:
- push
jobs:
lint:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "1.20"
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: latest
args: --enable-all --timeout 10m