Skip to content

chore(deps): bump the actions group with 2 updates (#72) #92

chore(deps): bump the actions group with 2 updates (#72)

chore(deps): bump the actions group with 2 updates (#72) #92

Workflow file for this run

name: golangci-lint
on:
push:
branches:
- main
pull_request:
permissions: {}
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: read
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
with:
go-version: '1.22'
check-latest: true
cache: true
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
args: --timeout=5m
version: v1.59