Merge branch 'main' into refactor-add-more-logging-and-tests

This commit is contained in:
6543 2022-06-10 15:32:57 +02:00
commit 98f1880dea
4 changed files with 122 additions and 12 deletions

View file

@ -3,7 +3,7 @@ branches: main
pipeline:
# use vendor to cache dependencies
vendor:
image: golang
image: golang:1.18
commands:
- go mod vendor
@ -16,11 +16,11 @@ pipeline:
- golangci-lint run --timeout 5m
test:
image: golang
image: golang:1.18
commands:
- go test ./...
build:
image: golang
image: golang:1.18
commands:
- go build