Skip to content

Commit 85f04b4

Browse files
authored
update commits for setup-go (#8881)
Signed-off-by: Cassandra Coyle <[email protected]>
1 parent 79cc1c6 commit 85f04b4

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/dapr-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ jobs:
286286
- name: Set up Go
287287
id: setup-go
288288
# TODO: use actions/setup-go after https://github.com/actions/setup-go/pull/515 is merged and released
289-
uses: antontroshin/setup-go@bda02de8887c9946189f81e7e59512914aeb9ea4
289+
uses: antontroshin/setup-go@461004e4c97225a313a997efabc35fde47d587bb
290290
with:
291291
go-version-file: "go.mod"
292292
- name: Login to Azure
@@ -460,7 +460,7 @@ jobs:
460460
- name: Set up Go
461461
id: setup-go
462462
# TODO: use actions/setup-go after https://github.com/actions/setup-go/pull/515 is merged and released
463-
uses: antontroshin/setup-go@bda02de8887c9946189f81e7e59512914aeb9ea4
463+
uses: antontroshin/setup-go@461004e4c97225a313a997efabc35fde47d587bb
464464
with:
465465
go-version-file: "go.mod"
466466
- uses: azure/setup-kubectl@v3

.github/workflows/dapr.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
- name: Dependency review
124124
uses: actions/dependency-review-action@v4
125125
# TODO: use actions/setup-go after https://github.com/actions/setup-go/pull/515 is merged and released
126-
- uses: antontroshin/setup-go@bda02de8887c9946189f81e7e59512914aeb9ea4
126+
- uses: antontroshin/setup-go@461004e4c97225a313a997efabc35fde47d587bb
127127
with:
128128
go-version-file: "go.mod"
129129
- name: Install govulncheck
@@ -196,7 +196,7 @@ jobs:
196196
- name: Set up Go
197197
id: setup-go
198198
# TODO: use actions/setup-go after https://github.com/actions/setup-go/pull/515 is merged and released
199-
uses: antontroshin/setup-go@bda02de8887c9946189f81e7e59512914aeb9ea4
199+
uses: antontroshin/setup-go@461004e4c97225a313a997efabc35fde47d587bb
200200
with:
201201
go-version-file: "go.mod"
202202
- name: Run make test
@@ -246,7 +246,7 @@ jobs:
246246
- name: Set up Go
247247
id: setup-go
248248
# TODO: use actions/setup-go after https://github.com/actions/setup-go/pull/515 is merged and released
249-
uses: antontroshin/setup-go@bda02de8887c9946189f81e7e59512914aeb9ea4
249+
uses: antontroshin/setup-go@461004e4c97225a313a997efabc35fde47d587bb
250250
with:
251251
go-version-file: "go.mod"
252252
- name: Override DAPR_HOST_IP for MacOS
@@ -339,7 +339,7 @@ jobs:
339339
- name: Set up Go
340340
id: setup-go
341341
# TODO: use actions/setup-go after https://github.com/actions/setup-go/pull/515 is merged and released
342-
uses: antontroshin/setup-go@bda02de8887c9946189f81e7e59512914aeb9ea4
342+
uses: antontroshin/setup-go@461004e4c97225a313a997efabc35fde47d587bb
343343
with:
344344
go-version-file: "go.mod"
345345
- name: Parse release version and set REL_VERSION and LATEST_RELEASE

.github/workflows/test-tooling.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737

3838
- name: Setup
3939
# TODO: use actions/setup-go after https://github.com/actions/setup-go/pull/515 is merged and released
40-
uses: antontroshin/setup-go@bda02de8887c9946189f81e7e59512914aeb9ea4
40+
uses: antontroshin/setup-go@461004e4c97225a313a997efabc35fde47d587bb
4141
with:
4242
go-version-file: './.build-tools/go.mod'
4343

0 commit comments

Comments
 (0)