File tree Expand file tree Collapse file tree 3 files changed +3
-9
lines changed
Expand file tree Collapse file tree 3 files changed +3
-9
lines changed Original file line number Diff line number Diff line change 88
99env :
1010 GO_VERSION : " 1.25.0"
11- GITHUB_TOKEN : ${{ secrets.ARDUINOBOT_TOKEN }}
12- GITHUB_USERNAME : ArduinoBot
1311
1412jobs :
1513 go-test-orchestrator :
5957 version : 3.x
6058 repo-token : ${{ secrets.GITHUB_TOKEN }}
6159
62- - name : Configure Git for private repo cloning
63- run : |
64- git config --global url."https://${{ env.GITHUB_USERNAME }}:${{ env.GITHUB_TOKEN }}@github.com".insteadOf "https://github.com"
65-
6660 - name : Set up Go
6761 uses : actions/setup-go@v5
6862 with :
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ require (
1717 github.com/Andrew-M-C/go.emoji v1.1.4
1818 github.com/arduino/arduino-cli v1.3.1
1919 github.com/arduino/go-paths-helper v1.14.0
20- github.com/arduino/go-windows-runas v0 .0.0-20250918132957-e681a11c5bd8
20+ github.com/arduino/go-windows-runas v1 .0.0
2121 github.com/codeclysm/extract/v4 v4.0.0
2222 github.com/compose-spec/compose-go/v2 v2.8.1
2323 github.com/containerd/errdefs v1.0.0
Original file line number Diff line number Diff line change @@ -93,8 +93,8 @@ github.com/arduino/go-timeutils v0.0.0-20171220113728-d1dd9e313b1b h1:9hDi4F2st6
9393github.com/arduino/go-timeutils v0.0.0-20171220113728-d1dd9e313b1b /go.mod h1:uwGy5PpN4lqW97FiLnbcx+xx8jly5YuPMJWfVwwjJiQ =
9494github.com/arduino/go-win32-utils v1.0.0 h1:/cXB86sOJxOsCHP7sQmXGLkdValwJt56mIwOHYxgQjQ =
9595github.com/arduino/go-win32-utils v1.0.0 /go.mod h1:0jqM7doGEAs6DaJCxxhLBUDS5OawrqF48HqXkcEie/Q =
96- github.com/arduino/go-windows-runas v0 .0.0-20250918132957-e681a11c5bd8 h1:bJSXX/6PkMnriAi3p4FL7+DEZEc19PbLD4jcLEcLO8w =
97- github.com/arduino/go-windows-runas v0 .0.0-20250918132957-e681a11c5bd8 /go.mod h1:cyVCsn7S6M3H1Nl94YOEu14ZJU+DYiPTDeYQcCMVWqk =
96+ github.com/arduino/go-windows-runas v1 .0.0 h1:Y+B6ZTb6LTA1TE/GwxnDyaEhkKqXyU6EtyLTWnXkF0w =
97+ github.com/arduino/go-windows-runas v1 .0.0/go.mod h1:cyVCsn7S6M3H1Nl94YOEu14ZJU+DYiPTDeYQcCMVWqk =
9898github.com/arduino/pluggable-discovery-protocol-handler/v2 v2.2.1 h1:Fw8zKj1b/FkcQrWgN7aBw3ubSxpKIUtdANLXvd1Qdzw =
9999github.com/arduino/pluggable-discovery-protocol-handler/v2 v2.2.1 /go.mod h1:1dgblsmK2iBx3L5iNTyRIokeaxbTLUrYiUbHBK6yC3Y =
100100github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e /go.mod h1:3U/XgcO3hCbHZ8TKRvWD2dDTCfh9M9ya+I9JpbB7O8o =
You can’t perform that action at this time.
0 commit comments