Skip to content
This repository was archived by the owner on Feb 8, 2026. It is now read-only.

Commit d79902f

Browse files
committed
chore(deps): update dependency go to v1.25.5
1 parent 5611c08 commit d79902f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ jobs:
1313
- uses: actions/checkout@v2
1414
- uses: actions/setup-go@v2
1515
with:
16-
go-version: '1.15.8'
16+
go-version: '1.25.5'
1717
- run: go test -mod=mod ./...

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
steps:
5555
- uses: actions/setup-go@v2
5656
with:
57-
go-version: '1.15.8'
57+
go-version: '1.25.5'
5858
- uses: actions/checkout@v2
5959
# This project does not use these as Go deps, but we need them to build
6060
# the binaries.

0 commit comments

Comments
 (0)