NOISSUE: Add build

This commit is contained in:
2023-03-07 17:00:39 +01:00
parent f61d43d2a5
commit afef30ff5c
+10
View File
@@ -0,0 +1,10 @@
kind: pipeline
type: docker
name: utils
steps:
- name: test
image: golang:1.18
commands:
- go get ./...
- go test -v ./...