File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -163,6 +163,7 @@ build-licenses.csv: go.mod ## Track licenses in a CSV file
163
163
@echo " ========================================"
164
164
export GOOS=linux
165
165
export GOARCH=amd64
166
+ export GOTOOLCHAIN=local
166
167
go run github.com/google/$(GO_LICENSES ) @v$(GO_LICENSES_VERSION ) csv --include_tests $(BASE_GO_PACKAGE ) /... > licenses.csv
167
168
echo $(GOMOD_SHA ) > $(LICENSES_GOMOD_SHA_FILE )
168
169
@@ -182,6 +183,7 @@ check-licenses: licenses-up-to-date ## Check licenses are compliant with our res
182
183
@echo " ============================================"
183
184
export GOOS=linux
184
185
export GOARCH=amd64
186
+ export GOTOOLCHAIN=local
185
187
go run github.com/google/$(GO_LICENSES ) @v$(GO_LICENSES_VERSION ) check --include_tests \
186
188
--disallowed_types $(DISALLOWED_LICENSES ) $(BASE_GO_PACKAGE ) /...
187
189
@echo " --------------------"
You can’t perform that action at this time.
0 commit comments