Skip to content

go.mod: bump github.com/golangci/golangci-lint from 1.59.1 to 1.61.0 … #2

go.mod: bump github.com/golangci/golangci-lint from 1.59.1 to 1.61.0 …

go.mod: bump github.com/golangci/golangci-lint from 1.59.1 to 1.61.0 … #2

Workflow file for this run

name: release
on:
push:
tags:
- v*
permissions:
contents: write
jobs:
release:
name: Release
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v6
with:
distribution: goreleaser
version: latest
args: release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}