Skip to content

lint: bump golangci-lint to v1.57 #115

lint: bump golangci-lint to v1.57

lint: bump golangci-lint to v1.57 #115

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@v5
with:
version: v1.57
args: -c .golangci.yml -v