Skip to content

Bump github.com/hashicorp/hcl/v2 from 2.21.0 to 2.22.0 #116

Bump github.com/hashicorp/hcl/v2 from 2.21.0 to 2.22.0

Bump github.com/hashicorp/hcl/v2 from 2.21.0 to 2.22.0 #116

Workflow file for this run

name: build
on:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- name: Build
run: go build