Skip to content

chore(deps): bump github.com/hashicorp/go-getter from 1.7.2 to 1.7.3 #191

chore(deps): bump github.com/hashicorp/go-getter from 1.7.2 to 1.7.3

chore(deps): bump github.com/hashicorp/go-getter from 1.7.2 to 1.7.3 #191

Workflow file for this run

name: golangci-lint
on:
push:
tags:
- v*
branches:
- master
- main
pull_request:
merge_group:
permissions:
contents: read
pull-requests: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version-file: go.mod
cache: true
cache-dependency-path: go.sum
- uses: golangci/golangci-lint-action@v3
with:
version: v1.54
skip-cache: true
args: --timeout 10m --verbose