Skip to content

chore: go toolchain version + github actions commit hash pinning #31

chore: go toolchain version + github actions commit hash pinning

chore: go toolchain version + github actions commit hash pinning #31

Workflow file for this run

name: Lint
on:
push:
branches:
- "!release"
pull_request:
concurrency:
group: ${{ github.workflow }}
cancel-in-progress: false
permissions:
contents: read
jobs:
golangci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: '1.23.x'
cache: false
- name: golangci-lint
uses: golangci/golangci-lint-action@971e284b6050e8a5849b72094c50ab08da042db8 # v6
with:
version: v1.62
args: --config ./.github/golangci.yaml