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 parent 1cd6b2a commit 73e2087Copy full SHA for 73e2087
Makefile
@@ -135,7 +135,7 @@ ENVSUBST_VER := $(call get_go_version,github.com/drone/envsubst/v2)
135
ENVSUBST := $(abspath $(TOOLS_BIN_DIR)/$(ENVSUBST_BIN)-$(ENVSUBST_VER))
136
ENVSUBST_PKG := github.com/drone/envsubst/v2/cmd/envsubst
137
138
-GO_APIDIFF_VER := v0.6.0
+GO_APIDIFF_VER := v0.7.0
139
GO_APIDIFF_BIN := go-apidiff
140
GO_APIDIFF := $(abspath $(TOOLS_BIN_DIR)/$(GO_APIDIFF_BIN)-$(GO_APIDIFF_VER))
141
GO_APIDIFF_PKG := github.com/joelanford/go-apidiff
0 commit comments