Skip to content

build(deps): bump github.com/shoenig/test from 1.13.0 to 1.13.2 #1400

build(deps): bump github.com/shoenig/test from 1.13.0 to 1.13.2

build(deps): bump github.com/shoenig/test from 1.13.0 to 1.13.2 #1400

Workflow file for this run

name: golangci-lint
on:
push:
tags:
- v*
branches:
- main
pull_request:
workflow_dispatch:
permissions:
contents: read
jobs:
golangci:
name: lint
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Setup Go
uses: hashicorp/setup-golang@36878950ae8f21c1bc25accaf67a4df88c29b01d # v3.0.0
- name: golangci-lint
uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9.2.0
with:
version: v2.6.0
skip-cache: true
args: --config .golangci.yml