Skip to content

Bump goreleaser/goreleaser-action from 5 to 6 in the dependencies group #36

Bump goreleaser/goreleaser-action from 5 to 6 in the dependencies group

Bump goreleaser/goreleaser-action from 5 to 6 in the dependencies group #36

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
defaults:
run:
shell: bash -xe {0}
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
cache: false
- uses: golangci/golangci-lint-action@v6
- run: make