Skip to content

Bump golangci/golangci-lint-action from 3.2.0 to 4.0.0 (#40) #35

Bump golangci/golangci-lint-action from 3.2.0 to 4.0.0 (#40)

Bump golangci/golangci-lint-action from 3.2.0 to 4.0.0 (#40) #35

Workflow file for this run

name: Release
on:
push:
tags:
- "*"
jobs:
goreleaser:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: "^1.22"
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v5
with:
version: latest
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}