From af51868615f60a859874f9b526be548ffa584d92 Mon Sep 17 00:00:00 2001 From: Hidetake Iwata Date: Sat, 15 Aug 2020 00:25:03 +0900 Subject: [PATCH] Bump the version of golangci-lint (#95) --- .circleci/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/Makefile b/.circleci/Makefile index e1963c5..62b5919 100644 --- a/.circleci/Makefile +++ b/.circleci/Makefile @@ -3,5 +3,5 @@ all: .PHONY: install-deps install-deps: - curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(HOME)/go/bin v1.24.0 + curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(HOME)/go/bin v1.30.0 go get -v github.com/int128/goxzst github.com/int128/ghcp