Skip to content

feat(deps): bump github.com/goreleaser/chglog from 0.5.0 to 0.6.0 #1278

feat(deps): bump github.com/goreleaser/chglog from 0.5.0 to 0.6.0

feat(deps): bump github.com/goreleaser/chglog from 0.5.0 to 0.6.0 #1278

Workflow file for this run

name: golangci-lint
on:
push:
tags:
- v*
branches:
- main
pull_request:
permissions: read-all
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: stable
- uses: golangci/golangci-lint-action@v4