ci: update golangci-lint

Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
This commit is contained in:
Mark Sagi-Kazar 2023-06-29 05:59:29 +02:00
parent 76acbbdbb2
commit 0af71c814b
No known key found for this signature in database
GPG key ID: 31AB0439F4C5C90E
2 changed files with 2 additions and 2 deletions

View file

@ -79,7 +79,7 @@ jobs:
- name: Lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.52.2
version: v1.53.3
dev:
name: Developer environment

View file

@ -16,7 +16,7 @@ endif
# Dependency versions
GOTESTSUM_VERSION = 1.9.0
GOLANGCI_VERSION = 1.52.2
GOLANGCI_VERSION = 1.53.3
# Add the ability to override some variables
# Use with care