Skip to content

ci: bump golangci/golangci-lint-action from 5 to 6 in the deps group #118

ci: bump golangci/golangci-lint-action from 5 to 6 in the deps group

ci: bump golangci/golangci-lint-action from 5 to 6 in the deps group #118

Workflow file for this run

---
name: golangci-lint
on:
push:
branches:
- main
pull_request:
permissions:
contents: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: latest