Update dependencies and add linting configuration
Some checks failed
Lint Code Base / golangci-lint (push) Failing after 52s

This commit is contained in:
2025-08-26 12:14:26 -04:00
parent 887ea893bc
commit 515bc6ffc3

View File

@@ -19,10 +19,7 @@ jobs:
with: with:
go-version: '1.24.6' go-version: '1.24.6'
- name: Install golangci-lint - uses: golangci/golangci-lint-action@v8
run: | with:
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.59.2 version: v2.4.1
args: --timeout=5m
- name: Run golangci-lint
run: |
golangci-lint run ./...