Skip to content

ci(actions): bump goreleaser/goreleaser-action from 5.1.0 to 6.0.0 #64

ci(actions): bump goreleaser/goreleaser-action from 5.1.0 to 6.0.0

ci(actions): bump goreleaser/goreleaser-action from 5.1.0 to 6.0.0 #64

Workflow file for this run

name: Linter
on:
workflow_dispatch:
push:
branches-ignore:
- main
jobs:
golangci:
name: Linting Go code
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- name: golangci-lint
uses: golangci/golangci-lint-action@a4f60bb28d35aeee14e6880718e0c85ff1882e64 # v6.0.1
with:
version: latest