Skip to content

chore(deps): bump the all group across 1 directory with 4 updates #3522

chore(deps): bump the all group across 1 directory with 4 updates

chore(deps): bump the all group across 1 directory with 4 updates #3522

Workflow file for this run

name: golangci-lint
on:
push:
tags:
- v*
branches:
- master
pull_request:
permissions:
contents: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@85e6279cec87321a52edac9c87bce653a07cf6c2
- name: Set up Go 1.x
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5
with:
go-version-file: go.mod
- name: golangci-lint
uses: golangci/golangci-lint-action@9511564208289d6c9378c8852eec4ca6f9431220
with:
version: v2.1.6