Skip to content

Commit bb2ecd2

Browse files
authored
chore(deps): update actions/setup-go action to v6 (GoogleCloudPlatform#3092)
1 parent 066935d commit bb2ecd2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
DOTNET_INSTALL_DIR: "./.dotnet"
3838
with:
3939
dotnet-version: '9.0'
40-
- uses: actions/setup-go@v5
40+
- uses: actions/setup-go@v6
4141
with:
4242
go-version: '1.25'
4343
- name: Go Unit Tests

.github/workflows/ci-pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
DOTNET_INSTALL_DIR: "./.dotnet"
4242
with:
4343
dotnet-version: '9.0'
44-
- uses: actions/setup-go@v5
44+
- uses: actions/setup-go@v6
4545
with:
4646
go-version: '1.25'
4747
- name: Go Unit Tests

0 commit comments

Comments
 (0)