Skip to content

Commit a20677b

Browse files
authored
chore(deps): update dependency go to 1.24 (GoogleCloudPlatform#2938)
1 parent 27da171 commit a20677b

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
@@ -39,7 +39,7 @@ jobs:
3939
dotnet-version: '9.0'
4040
- uses: actions/setup-go@v5
4141
with:
42-
go-version: '1.23'
42+
go-version: '1.24'
4343
- name: Go Unit Tests
4444
timeout-minutes: 10
4545
run: |

.github/workflows/ci-pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
dotnet-version: '9.0'
4444
- uses: actions/setup-go@v5
4545
with:
46-
go-version: '1.23'
46+
go-version: '1.24'
4747
- name: Go Unit Tests
4848
timeout-minutes: 10
4949
run: |

0 commit comments

Comments
 (0)