Skip to content

[PR #56/7ff276d9 backport][stable-1] Update goreleaser version in workflow - .goreleaser.yml #201

[PR #56/7ff276d9 backport][stable-1] Update goreleaser version in workflow - .goreleaser.yml

[PR #56/7ff276d9 backport][stable-1] Update goreleaser version in workflow - .goreleaser.yml #201

Workflow file for this run

name: golangci-lint
on:
pull_request:
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.23.0'
cache: false
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.60