update to go 1.25, use the cool new ECDSA key marshalling functions (#1483)

* update to go 1.25, use the cool new ECDSA key marshalling functions

* bonk the runners

* actually bump go.mod

* bump golangci-lint
This commit is contained in:
Jack Doan
2025-09-29 13:02:25 -05:00
committed by GitHub
parent 4cdeb284ef
commit 1ea5f776d7
8 changed files with 23 additions and 27 deletions

View File

@@ -18,7 +18,7 @@ jobs:
- uses: actions/setup-go@v5
with:
go-version: '1.24'
go-version: '1.25'
check-latest: true
- name: Install goimports