Skip to content

build(deps): Bump github.com/hashicorp/go-plugin from 1.5.2 to 1.6.0 … #1100

build(deps): Bump github.com/hashicorp/go-plugin from 1.5.2 to 1.6.0 …

build(deps): Bump github.com/hashicorp/go-plugin from 1.5.2 to 1.6.0 … #1100

Workflow file for this run

name: goreleaser
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
submodules: true
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version-file: 'go.mod'
- name: goreleaser check
uses: goreleaser/goreleaser-action@v5
with:
version: v1.12.3
args: check