Skip to content

Bump github.com/hashicorp/hcl from 0.0.0-20170504190234-a4b07c25de5f to 1.0.1-vault #15

Bump github.com/hashicorp/hcl from 0.0.0-20170504190234-a4b07c25de5f to 1.0.1-vault

Bump github.com/hashicorp/hcl from 0.0.0-20170504190234-a4b07c25de5f to 1.0.1-vault #15

Workflow file for this run

name: Build
on:
pull_request:
types:
- opened
- reopened
- synchronize
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
strategy:
fail-fast: true
runs-on: ubuntu-latest
steps:
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: 1.22
- name: Checkout code
uses: actions/checkout@v4
- uses: actions/cache@v4
with:
path: /home/runner/go/pkg/mod
key: go-mod
- name: Build and run tests
run: |
make test