Skip to content

chore(deps): bump github.com/hashicorp/hcl/v2 from 2.18.0 to 2.19.0 #67

chore(deps): bump github.com/hashicorp/hcl/v2 from 2.18.0 to 2.19.0

chore(deps): bump github.com/hashicorp/hcl/v2 from 2.18.0 to 2.19.0 #67

Workflow file for this run

name: CI
on:
push:
jobs:
ci:
name: ci
runs-on: ubuntu-latest
steps:
- name: Checkout the repository
uses: actions/checkout@v4.1.0
- name: Setup Go
uses: actions/setup-go@v4.1.0
with:
go-version-file: ./go.mod
cache-dependency-path: ./go.sum
cache: true
- name: Build
run: go build
- name: Test
run: go test ./...