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: steps:
- name: build - name: build
pull: always pull: always
image: golang:1.16 image: golang:1.17
commands: commands:
- make test - make test
- name: check - name: check
pull: always pull: always
image: golang:1.16 image: golang:1.17
commands: commands:
- make vet - make vet