Update dependencies and add linting configuration
Some checks failed
Lint Code Base / golangci-lint (push) Failing after 52s
Some checks failed
Lint Code Base / golangci-lint (push) Failing after 52s
This commit is contained in:
@@ -19,10 +19,7 @@ jobs:
|
||||
with:
|
||||
go-version: '1.24.6'
|
||||
|
||||
- name: Install golangci-lint
|
||||
run: |
|
||||
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.59.2
|
||||
|
||||
- name: Run golangci-lint
|
||||
run: |
|
||||
golangci-lint run ./...
|
||||
- uses: golangci/golangci-lint-action@v8
|
||||
with:
|
||||
version: v2.4.1
|
||||
args: --timeout=5m
|
||||
|
Reference in New Issue
Block a user