Skip to content

chore(deps): update goreleaser/goreleaser-action action to v6 #114

chore(deps): update goreleaser/goreleaser-action action to v6

chore(deps): update goreleaser/goreleaser-action action to v6 #114

Workflow file for this run

---
name: golangci-lint
on:
push:
branches-ignore: [main]
pull_request:
branches: [main]
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.17
- name: Checkout Code
uses: actions/checkout@v4
with:
# Full git history is needed to get a proper list of changed files within `super-linter`
fetch-depth: 0
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: latest