Feat/v3 go rewrite #47

Merged
benvin merged 4 commits from feat/v3-go-rewrite into master 2026-06-07 19:30:35 +10:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 7433bbfdb6 - Show all commits
+1 -1
View File
@@ -3,7 +3,7 @@ when:
steps:
- name: pre-commit
image: golang:1.25-alpine
image: golang:1.25
commands:
- test -z "$(gofmt -l .)"
- go vet ./...
+1 -1
View File
@@ -3,6 +3,6 @@ when:
steps:
- name: test
image: golang:1.25-alpine
image: golang:1.25
commands:
- go test -race -count=1 ./pkg/... ./internal/...