Skip to content

🌱 Bump goreleaser/goreleaser-action from 5 to 6 #1720

🌱 Bump goreleaser/goreleaser-action from 5 to 6

🌱 Bump goreleaser/goreleaser-action from 5 to 6 #1720

Workflow file for this run

name: golangci-lint
on:
pull_request:
types: [opened, edited, synchronize, reopened]
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
strategy:
matrix:
working-directory:
- ""
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.21'
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.57.2
args: --timeout 15m