Skip to content

Commit 0b47b87

Browse files
authored
ci: use go 1.25 (#250)
Signed-off-by: Chris Gianelloni <[email protected]>
1 parent 8d9ba45 commit 0b47b87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/golangci-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ jobs:
1818
- uses: actions/checkout@v5
1919
- uses: actions/setup-go@v6
2020
with:
21-
go-version: 1.24.x
21+
go-version: 1.25.x
2222
- name: golangci-lint
2323
uses: golangci/golangci-lint-action@v8

0 commit comments

Comments
 (0)