Skip to content

Commit 1d2ad77

Browse files
Fix lint CI: use Go 1.25 to match golangci-lint v2.5.0
Co-authored-by: SamMorrowDrums <4811358+SamMorrowDrums@users.noreply.github.com>
1 parent c648966 commit 1d2ad77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v6
1717
- uses: actions/setup-go@v6
1818
with:
19-
go-version: stable
19+
go-version: '1.25'
2020
- name: golangci-lint
2121
uses: golangci/golangci-lint-action@v9
2222
with:

0 commit comments

Comments
 (0)