Skip to content

Commit 7f45401

Browse files
authored
chore: update go-windows-runas dependency to v1.0.0 and remove unused git permision (#691)
1 parent 1fd7617 commit 7f45401

File tree

3 files changed

+3
-9
lines changed

3 files changed

+3
-9
lines changed

.github/workflows/go-test.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ on:
88

99
env:
1010
GO_VERSION: "1.25.0"
11-
GITHUB_TOKEN: ${{ secrets.ARDUINOBOT_TOKEN }}
12-
GITHUB_USERNAME: ArduinoBot
1311

1412
jobs:
1513
go-test-orchestrator:
@@ -59,10 +57,6 @@ jobs:
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:

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@ github.com/arduino/go-timeutils v0.0.0-20171220113728-d1dd9e313b1b h1:9hDi4F2st6
9393
github.com/arduino/go-timeutils v0.0.0-20171220113728-d1dd9e313b1b/go.mod h1:uwGy5PpN4lqW97FiLnbcx+xx8jly5YuPMJWfVwwjJiQ=
9494
github.com/arduino/go-win32-utils v1.0.0 h1:/cXB86sOJxOsCHP7sQmXGLkdValwJt56mIwOHYxgQjQ=
9595
github.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=
9898
github.com/arduino/pluggable-discovery-protocol-handler/v2 v2.2.1 h1:Fw8zKj1b/FkcQrWgN7aBw3ubSxpKIUtdANLXvd1Qdzw=
9999
github.com/arduino/pluggable-discovery-protocol-handler/v2 v2.2.1/go.mod h1:1dgblsmK2iBx3L5iNTyRIokeaxbTLUrYiUbHBK6yC3Y=
100100
github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e/go.mod h1:3U/XgcO3hCbHZ8TKRvWD2dDTCfh9M9ya+I9JpbB7O8o=

0 commit comments

Comments
 (0)