Skip to content

chore(deps): update all non-major dependencies in .github/workflows/release.yml #953

chore(deps): update all non-major dependencies in .github/workflows/release.yml

chore(deps): update all non-major dependencies in .github/workflows/release.yml #953

Workflow file for this run

name: Lint (pre-commit)
# default token permissions: none
permissions: {}
on:
pull_request:
push:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Install Go
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
with:
go-version: v1.22.x
cache: true
- run: go run mage.go lint