update-deps #1

Merged
rrise merged 7 commits from update-deps into master 2025-08-26 16:36:19 +00:00
Showing only changes of commit 515bc6ffc3 - Show all commits

View File

@@ -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