Skip to content

Bump golangci/golangci-lint-action from 6 to 7 #169

Bump golangci/golangci-lint-action from 6 to 7

Bump golangci/golangci-lint-action from 6 to 7 #169

Workflow file for this run

on: [pull_request]
name: Test
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: "go.mod"
- name: test
run: go test -v -race ./...