fixed some stuff

This commit is contained in:
2026-01-10 21:00:32 +01:00
parent 43c6e90649
commit 9c8f6c42a9
7 changed files with 64 additions and 17 deletions
+5 -1
View File
@@ -16,6 +16,10 @@ jobs:
uses: actions/setup-go@v4
with:
go-version: "1.25.4"
cache: true
- name: Generate
run: go generate ./...
- name: Build
run: go build -v ./...
run: go build -v .