Skip to content

Commit d48c251

Browse files
committed
chore(deps): update dependency go to 1.24
1 parent 5f5b66c commit d48c251

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-main.yaml

+1-1
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

+1-1
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)