sync go versions

This commit is contained in:
Marvin
2025-08-17 11:48:39 +00:00
parent 0908f75f5f
commit 6eeebd81b2
6 changed files with 16 additions and 12 deletions

View File

@@ -14,9 +14,9 @@ jobs:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: '1.23'
go-version: '1.25'
- name: Build go
run: go build