build: update golangci-lint

This commit is contained in:
Jannis Mattheis 2023-09-16 20:39:42 +02:00
parent dec762f9ed
commit e0f86b6ba1
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ jobs:
- run: make build-js - run: make build-js
- uses: golangci/golangci-lint-action@v3 - uses: golangci/golangci-lint-action@v3
with: with:
version: v1.45 version: v1.53
args: --timeout=5m args: --timeout=5m
skip-cache: true skip-cache: true
- run: go mod download - run: go mod download