Skip to content

Commit

Permalink
lint: Update golangci-lint version -> v1.55.2
Browse files Browse the repository at this point in the history
  • Loading branch information
XanderKon committed Dec 5, 2023
1 parent d1af0ef commit 3dfa42d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hw12_13_14_15_calendar/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ test:
go test -race ./internal/...

install-lint-deps:
(which golangci-lint > /dev/null) || curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(shell go env GOPATH)/bin v1.50.1
(which golangci-lint > /dev/null) || curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(shell go env GOPATH)/bin v1.55.2

lint: install-lint-deps
golangci-lint run ./...
Expand Down

0 comments on commit 3dfa42d

Please sign in to comment.