update go version in workflow to 1.25

This commit is contained in:
riwiwa
2026-02-08 04:53:24 -08:00
committed by GitHub
parent e4425bc1e2
commit c1e1243151

View File

@@ -19,7 +19,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.20'
go-version: '1.25'
- name: Build
run: go build -v ./...