Skip to content

Commit

Permalink
agent: Enable sumdb only for toolcahin downloads
Browse files Browse the repository at this point in the history
  • Loading branch information
ish-hcc committed Nov 14, 2024
1 parent 720cf2f commit 97e40f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agent/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ MODULE_NAME := "cm-honeybee-agent"
PROJECT_NAME := "github.com/cloud-barista/cm-honeybee/agent"
PKG_LIST := $(shell go list ${PROJECT_NAME}/... 2>&1)

GOPROXY_OPTION := GOPROXY=direct GOSUMDB=off
GOPROXY_OPTION := GOPROXY=direct GOSUMDB=sum.golang.org GONOSUMDB=*,!golang.org/toolchain
GO_COMMAND := ${GOPROXY_OPTION} go
GOPATH := $(shell go env GOPATH)

Expand Down

0 comments on commit 97e40f9

Please sign in to comment.