Skip to content

chore(deps): update github/codeql-action digest to cf1bb45 #46

chore(deps): update github/codeql-action digest to cf1bb45

chore(deps): update github/codeql-action digest to cf1bb45 #46

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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
- name: Go
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6
with:
go-version: ${{ matrix.go }}
- name: Lint
uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9
with:
version: v2.2.2
- name: Test
run: go test -v ./...