Skip to content

Commit

Permalink
ci: update golangci-lint
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
  • Loading branch information
sagikazarmark committed Jan 19, 2023
1 parent 982460e commit 996ab10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Expand Up @@ -82,4 +82,4 @@ jobs:
- name: Lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.49
version: v1.50.1
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -16,7 +16,7 @@ endif

# Dependency versions
GOTESTSUM_VERSION = 1.8.0
GOLANGCI_VERSION = 1.49.0
GOLANGCI_VERSION = 1.50.1

# Add the ability to override some variables
# Use with care
Expand Down

0 comments on commit 996ab10

Please sign in to comment.