Skip to content

Bump golangci/golangci-lint-action from 3 to 6 #18

Bump golangci/golangci-lint-action from 3 to 6

Bump golangci/golangci-lint-action from 3 to 6 #18

Workflow file for this run

name: golangci-lint
on:
pull_request:
push:
branches:
- main
permissions:
contents: read
pull-requests: read
jobs:
golangci:
name: lint
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: stable
check-latest: true
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: latest
only-new-issues: true