update
Some checks failed
/ test (push) Failing after 1s

This commit is contained in:
Grentenrg 2026-02-27 23:09:45 +01:00
parent 517cd83ad1
commit ea4e453300

View file

@ -5,6 +5,7 @@ jobs:
container: container:
image: golang:1.26 image: golang:1.26
steps: steps:
- run: ls -la
- run: go build - run: go build
- run: go test -v ./... - run: go test -v ./...
- run: go vet ./... - run: go vet ./...