loading up the forgejo repo on tangled to test page performance
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request 'build(go-licenses): support go toolchain mismatch' (#4322) from viceice/build-go-licenses into forgejo

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/4322

+1 -1
+1 -1
Makefile
··· 581 581 go-licenses: $(GO_LICENSE_FILE) 582 582 583 583 $(GO_LICENSE_FILE): go.mod go.sum 584 - -$(GO) run $(GO_LICENSES_PACKAGE) save . --force --save_path=$(GO_LICENSE_TMP_DIR) 2>/dev/null 584 + -$(shell $(GO) env GOROOT)/bin/go run $(GO_LICENSES_PACKAGE) save . --force --save_path=$(GO_LICENSE_TMP_DIR) 2>/dev/null 585 585 $(GO) run build/generate-go-licenses.go $(GO_LICENSE_TMP_DIR) $(GO_LICENSE_FILE) 586 586 @rm -rf $(GO_LICENSE_TMP_DIR) 587 587