Skip to content

Commit

Permalink
fixup: update golangci-lit version
Browse files Browse the repository at this point in the history
Signed-off-by: Matej Vasek <[email protected]>
  • Loading branch information
matejvasek committed Aug 23, 2023
1 parent d0961de commit 99287a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ check: bin/golangci-lint ## Check code quality (lint)
cd test && ../bin/golangci-lint run --timeout 300s

bin/golangci-lint:
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b ./bin v1.49.0
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b ./bin v1.53.2

.PHONY: clean_templates

Expand Down

0 comments on commit 99287a3

Please sign in to comment.