bump Go version in CI

This commit is contained in:
lew 2025-11-20 18:35:42 +00:00 committed by GitHub
parent 856f4bb428
commit 3d45427c79
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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