Skip to content

build(deps): Update outdated deps/ghactions - v0.3.1 #458

build(deps): Update outdated deps/ghactions - v0.3.1

build(deps): Update outdated deps/ghactions - v0.3.1 #458

Workflow file for this run

name: Lint
on:
pull_request:
push:
branches:
- main
jobs:
golangci:
name: golangci-lint
runs-on: ubuntu-latest
timeout-minutes: 6
steps:
- uses: actions/setup-go@5
with:
go-version: '1.22'
- uses: actions/checkout@v3
- uses: technote-space/[email protected]
id: git_diff
with:
PATTERNS: |
**/**.go
go.mod
go.sum
- uses: golangci/golangci-lint-action@v3
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.51
args: --timeout 10m
github-token: ${{ secrets.GITHUB_TOKEN }}
if: env.GIT_DIFF