From 8a44eb421f3d2a8c2271d4bfbd64138a5a463fba Mon Sep 17 00:00:00 2001 From: Earl Warren Date: Thu, 21 Aug 2025 11:53:48 +0000 Subject: [PATCH] chore: do not force GOPROXY (#899) let `setup-go` figure it out - other - [PR](https://code.forgejo.org/forgejo/runner/pulls/899): chore: do not force GOPROXY Reviewed-on: https://code.forgejo.org/forgejo/runner/pulls/899 Reviewed-by: Michael Kriese Co-authored-by: Earl Warren Co-committed-by: Earl Warren --- .forgejo/workflows/test.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.forgejo/workflows/test.yml b/.forgejo/workflows/test.yml index caa70090..d817ae3b 100644 --- a/.forgejo/workflows/test.yml +++ b/.forgejo/workflows/test.yml @@ -14,7 +14,6 @@ env: FORGEJO_RUNNER_SECRET: 'AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' FORGEJO_SCRIPT: | /usr/bin/s6-svscan /etc/s6 & sleep 10 ; su -c "forgejo admin user create --admin --username $FORGEJO_ADMIN_USER --password $FORGEJO_ADMIN_PASSWORD --email root@example.com" git && su -c "forgejo forgejo-cli actions register --labels docker --name therunner --secret $FORGEJO_RUNNER_SECRET" git && sleep infinity - GOPROXY: https://goproxy.io,direct jobs: build-and-tests: