Skip to content

build(deps): bump github.com/hashicorp/consul/api from 1.29.1 to 1.29.2 in the hashicorp group #355

build(deps): bump github.com/hashicorp/consul/api from 1.29.1 to 1.29.2 in the hashicorp group

build(deps): bump github.com/hashicorp/consul/api from 1.29.1 to 1.29.2 in the hashicorp group #355

Workflow file for this run

name: Test
on:
pull_request:
push:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
check-latest: true
cache: true
- uses: golangci/golangci-lint-action@v6
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
check-latest: true
cache: true
- run: make test
shellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: shellcheck scripts/*