Update Go version requirement to 1.25

This commit is contained in:
Devin Buhl 2025-09-06 20:15:12 -04:00 committed by GitHub
parent b2ba4ad86c
commit 0bc75b098d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,7 +8,7 @@ runs:
- name: Set up Go
uses: actions/setup-go@v6
with:
go-version: ">=1.23"
go-version: ">=1.25"
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v8