Skip to content

Commit 06a5c68

Browse files
chore(deps): update dependency go to 1.25.x
1 parent 1050c5e commit 06a5c68

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v4
1414
- uses: actions/setup-go@v5
1515
with:
16-
go-version: '1.24.x'
16+
go-version: '1.25.x'
1717
- name: golangci-lint
1818
uses: golangci/golangci-lint-action@v7
1919
with:
@@ -25,7 +25,7 @@ jobs:
2525
- uses: actions/checkout@v4
2626
- uses: actions/setup-go@v5
2727
with:
28-
go-version: '1.24.x'
28+
go-version: '1.25.x'
2929
- name: check-readme
3030
run: |
3131
go run ./scripts/update_readme.go

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- run: git fetch --force --tags
2121
- uses: actions/setup-go@v5
2222
with:
23-
go-version: '1.24.x'
23+
go-version: '1.25.x'
2424
cache: true
2525
- uses: goreleaser/goreleaser-action@v6
2626
with:

0 commit comments

Comments
 (0)