Skip to content

chore: use correct version and config for golangci-lint action #6

chore: use correct version and config for golangci-lint action

chore: use correct version and config for golangci-lint action #6

Workflow file for this run

name: Go Lint
on:
push:
branches: [ main ]
paths:
- 'go/**'
- '.github/workflows/go-*.yml'
pull_request:
branches: [ main ]
paths:
- 'go/**'
- '.github/workflows/go-*.yml'
permissions:
contents: read
pull-requests: read
checks: write
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.23.x'
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.64
working-directory: go