image: alpine/3.22 packages: - go sources: - https://git.sr.ht/~sircmpwn/core-go tasks: - build: | cd core-go go build ./... - test: | cd core-go go test ./...