We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1.52.2
1 parent 849edd7 commit 79fc468Copy full SHA for 79fc468
Makefile
@@ -1,4 +1,4 @@
1
-VERSION=v0.1.44
+VERSION=v0.1.45
2
3
OUT_DIR=dist
4
YEAR?=$(shell date +"%Y")
@@ -176,4 +176,4 @@ $(GOBIN)/mockgen:
176
$(GOBIN)/golangci-lint:
177
@mkdir dist || true
178
@echo installing: golangci-lint
179
- @curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(GOBIN) v1.50.1
+ @curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(GOBIN) v1.52.2
0 commit comments