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: 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 ./...