Skip to content

build(deps): bump actions/checkout from 6 to 7 (#1027) #1134

build(deps): bump actions/checkout from 6 to 7 (#1027)

build(deps): bump actions/checkout from 6 to 7 (#1027) #1134

Workflow file for this run

---
name: Lint
on:
push:
branches: [ master ]
paths-ignore: [ '**.md' ]
pull_request:
branches: [ master ]
paths-ignore: [ '**.md' ]
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v7
- uses: actions/setup-go@v6
with:
go-version-file: 'go.mod'
- uses: golangci/golangci-lint-action@v9
with:
version: v2.12.2