Skip to content

chore(deps): bump goreleaser/goreleaser-action from 5 to 6 (#38) #73

chore(deps): bump goreleaser/goreleaser-action from 5 to 6 (#38)

chore(deps): bump goreleaser/goreleaser-action from 5 to 6 (#38) #73

Workflow file for this run

# Lint the entire golang project. This workflow relies on the
# '.golangci.yml' file for its configuration settings.
name: Lint
on:
push:
tags:
- v*
branches:
- master
- main
pull_request:
permissions:
contents: read
jobs:
golangci:
name: golangci-lint
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v5
with:
go-version: '1.21'
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v6.0.1
with:
version: v1.57.2
args: --timeout 15m