Skip to content

Bump github.com/hashicorp/consul-template from 0.33.0 to 0.36.0 #322

Bump github.com/hashicorp/consul-template from 0.33.0 to 0.36.0

Bump github.com/hashicorp/consul-template from 0.33.0 to 0.36.0 #322

Workflow file for this run

name: ci
on:
push:
pull_request:
jobs:
run-tests:
name: Run test cases
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
go: [^1]
steps:
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
- name: Set up Go
uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
with:
go-version: ${{ matrix.go }}
- name: Run tests
run: |
make test