Skip to content

Commit 22c2dce

Browse files
authored
chore: update to go1.25 (#154)
1 parent fb3f519 commit 22c2dce

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Set up Go
1515
uses: actions/setup-go@v6
1616
with:
17-
go-version: '1.24.4'
17+
go-version: '1.25.5'
1818
id: go
1919

2020
- name: Check out code into the Go module directory

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Set up Go
1616
uses: actions/setup-go@v6
1717
with:
18-
go-version: '1.24.4'
18+
go-version: '1.25.5'
1919

2020
- name: Fetch vendor
2121
run: make vendor

docs/install-from-source.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Requirements
44
- `git`;
55
- `make`;
6-
- `go` 1.23+.
6+
- `go` 1.25+.
77

88
## Run
99

0 commit comments

Comments
 (0)