Skip to content

Bump github.com/hashicorp/hcl/v2 from 2.20.1 to 2.21.0 #285

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

Bump github.com/hashicorp/hcl/v2 from 2.20.1 to 2.21.0 #285

Workflow file for this run

name: Test
on:
push:
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
go: [1.22.x]
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go }}
- name: Test
run: go test -v -race ./...