Skip to content

Commit 7b52e89

Browse files
chore(deps): update dependency go to 1.25 (#5841)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 534cba4 commit 7b52e89

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
9595
- uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5
9696
with:
97-
go-version: 1.24
97+
go-version: 1.25
9898
check-latest: true
9999
- run: go run golang.org/x/exp/cmd/gorelease@latest -base=v2.27.1
100100
proto_lint:
@@ -115,7 +115,7 @@ jobs:
115115
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
116116
- uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5
117117
with:
118-
go-version: 1.24
118+
go-version: 1.25
119119
check-latest: true
120120
- uses: dominikh/staticcheck-action@024238d2898c874f26d723e7d0ff4308c35589a2 # v1.4.0
121121
with:

0 commit comments

Comments
 (0)