Skip to content

chore: disable CGO (#184) #96

chore: disable CGO (#184)

chore: disable CGO (#184) #96

Workflow file for this run

name: Lint
on:
push:
tags:
- v*
branches:
- main
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "1.23.x"
- uses: golangci/golangci-lint-action@v6
with:
version: "v1.60"