Skip to content

chore: upgrade to golangci-lint v2 #14

chore: upgrade to golangci-lint v2

chore: upgrade to golangci-lint v2 #14

Workflow file for this run

---
name: Test
on:
pull_request:
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Setup Go
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
with:
go-version-file: go.mod
cache: false
- run: make test