ci: add updated setup go version and set with for build workflow

This commit is contained in:
Slug-Boi
2026-04-28 11:51:07 +02:00
parent 93c28dcb38
commit 3a55787754
+3 -1
View File
@@ -10,7 +10,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Setup Go
uses: actions/setup-go@v3
uses: actions/setup-go@v6
with:
go-version: '1.25'
- uses: actions/checkout@v3
- name: Setup Go Workfile
run: go work init ./ci ./