Skip to content

Bump github.com/hashicorp/go-version from 1.6.0 to 1.7.0 #973

Bump github.com/hashicorp/go-version from 1.6.0 to 1.7.0

Bump github.com/hashicorp/go-version from 1.6.0 to 1.7.0 #973

Workflow file for this run

name: golangci-lint
on:
push:
branches:
- develop
pull_request:
types: [opened, reopened, synchronize]
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: '1.22'
- uses: actions/checkout@v4
with:
fetch-depth: '0'
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.58
args: -v