Skip to content

chore(deps): update golangci/golangci-lint-action digest to e7fa5ac #38

chore(deps): update golangci/golangci-lint-action digest to e7fa5ac

chore(deps): update golangci/golangci-lint-action digest to e7fa5ac #38

Workflow file for this run

on: [pull_request]
name: Check
permissions:
contents: read
jobs:
check:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-24.04-arm, windows-2025, macos-26]
go: [1.23.x, 1.24.x, 1.25.x]
continue-on-error: true
steps:
- name: Checkout source
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
- name: Go
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6
with:
go-version: ${{ matrix.go }}
- name: Lint
uses: golangci/golangci-lint-action@e7fa5ac41e1cf5b7d48e45e42232ce7ada589601 # v9
with:
version: v2.2.2
- name: Test
run: go test -v ./...