Skip to content

Bump github.com/hashicorp/hcl/v2 from 2.20.1 to 2.21.0 (#109) #178

Bump github.com/hashicorp/hcl/v2 from 2.20.1 to 2.21.0 (#109)

Bump github.com/hashicorp/hcl/v2 from 2.20.1 to 2.21.0 (#109) #178

Workflow file for this run

name: goreleaser
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
check:
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: goreleaser check
uses: goreleaser/goreleaser-action@v6
with:
version: v1.12.3
args: check