Skip to content

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

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

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

Workflow file for this run

name: go
on:
push:
pull_request:
jobs:
lint:
strategy:
matrix:
os: [macos-latest, ubuntu-latest]
name: lint
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version-file: go.mod
- uses: golangci/golangci-lint-action@v6