Skip to content

chore(deps): bump golang.org/x/sys from 0.42.0 to 0.43.0 in the golan… #8251

chore(deps): bump golang.org/x/sys from 0.42.0 to 0.43.0 in the golan…

chore(deps): bump golang.org/x/sys from 0.42.0 to 0.43.0 in the golan… #8251

Workflow file for this run

name: Checks
on:
workflow_dispatch:
pull_request:
push:
branches: [master]
permissions:
contents: read
pull-requests: read
concurrency:
group: ${{ github.workflow }}-$${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
precommit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-go@v6
with:
go-version-file: "go.mod"
- uses: j178/prek-action@v2
with:
extra-args: --all-files --stage=manual
lint:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-go@v6
with:
go-version-file: "go.mod"
- name: golangci-lint
uses: golangci/golangci-lint-action@v9
with:
version: latest