Skip to content

chore(deps): bump golangci/golangci-lint-action from 3 to 6 in /.github/workflows #335

chore(deps): bump golangci/golangci-lint-action from 3 to 6 in /.github/workflows

chore(deps): bump golangci/golangci-lint-action from 3 to 6 in /.github/workflows #335

Workflow file for this run

name: linter
on:
push:
pull_request:
jobs:
golang:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Golangci Lint
uses: golangci/golangci-lint-action@v6
with:
version: latest
args: ./...