Skip to content

Update github.com/damoon/fstesting digest to 93dbd2a (#477) #1724

Update github.com/damoon/fstesting digest to 93dbd2a (#477)

Update github.com/damoon/fstesting digest to 93dbd2a (#477) #1724

Workflow file for this run

# https://github.com/golangci/golangci-lint-action#how-to-use
name: lint
on:
- push
- pull_request
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- name: golangci-lint
uses: golangci/golangci-lint-action@971e284b6050e8a5849b72094c50ab08da042db8 # v6
with:
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
version: v1.62.0