Move to woodpecker

jolheiser 2021-10-08 20:28:14 +00:00
parent 7017051b60
commit b87219f5ea
1 changed files with 2 additions and 2 deletions

View File

@ -7,11 +7,11 @@ trigger:
steps:
- name: build
pull: always
image: golang:1.16
image: golang:1.17
commands:
- make test
- name: check
pull: always
image: golang:1.16
image: golang:1.17
commands:
- make vet