Skip to content

Bump github.com/hashicorp/consul/api from 1.25.1 to 1.26.1 #145

Bump github.com/hashicorp/consul/api from 1.25.1 to 1.26.1

Bump github.com/hashicorp/consul/api from 1.25.1 to 1.26.1 #145

Workflow file for this run

name: golangci-lint
on:
push:
tags:
- v*
branches:
- master
pull_request:
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v4
with:
go-version: 1.21
- uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: latest
args: --timeout 3m --verbose