Skip to content

tests: bump golangci-lint to v1.59.1 #120

tests: bump golangci-lint to v1.59.1

tests: bump golangci-lint to v1.59.1 #120

Workflow file for this run

name: GolangCI-Lint
on: [push, pull_request]
jobs:
run:
name: Run
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.22
uses: actions/setup-go@v5
with:
go-version: 1.22
check-latest: true
id: go
- name: Check out code
uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.59.1
args: -c .golangci.yml -v