Skip to content

Build(deps): bump github.com/hashicorp/hcl/v2 from 2.22.0 to 2.23.0 #72

Build(deps): bump github.com/hashicorp/hcl/v2 from 2.22.0 to 2.23.0

Build(deps): bump github.com/hashicorp/hcl/v2 from 2.22.0 to 2.23.0 #72

Workflow file for this run

name: Go Test
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.22.x
- name: Install dependencies
run: go get .
- name: Unit Test
run: go test -v ./...
- name: Build
run: go build
- name: goreleaser snapshot
uses: goreleaser/goreleaser-action@v6
with:
distribution: goreleaser
version: "~> v2"
args: build --snapshot --clean