Update GH actions

* updating github actions
* cleaning the file from makefile
* bump to v1.45.2
This commit is contained in:
Talha Altınel
2022-05-04 10:49:47 +01:00
committed by GitHub
parent 5cffcdf5e4
commit c43e18b2d3
2 changed files with 26 additions and 10 deletions

View File

@@ -69,4 +69,4 @@ endef
.PHONY: get-tools
get-tools:
@echo "==> Installing tools at $(GOBIN)..."
@$(call dl_tgz,golangci-lint,https://github.com/golangci/golangci-lint/releases/download/v1.24.0/golangci-lint-1.24.0-linux-amd64.tar.gz)
@$(call dl_tgz,golangci-lint,https://github.com/golangci/golangci-lint/releases/download/v1.45.2/golangci-lint-v1.45.2-linux-amd64.tar.gz)