Skip to content

Commit 4ef34d8

Browse files
fix: use fixed version go import (#515)
1 parent 6c46f12 commit 4ef34d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ STATICCHECK_VER := v0.6.1
5757
STATICCHECK_BIN := staticcheck
5858
STATICCHECK := $(abspath $(TOOLS_BIN_DIR)/$(STATICCHECK_BIN)-$(STATICCHECK_VER))
5959

60-
GOIMPORTS_VER := latest
60+
GOIMPORTS_VER := v0.42.0
6161
GOIMPORTS_BIN := goimports
6262
GOIMPORTS := $(abspath $(TOOLS_BIN_DIR)/$(GOIMPORTS_BIN)-$(GOIMPORTS_VER))
6363

0 commit comments

Comments
 (0)