Merge pull request 'Fix woodpecker yaml' (#29) from bug/ci-yaml into master
Reviewed-on: https://gitea.benny.dog/torjus/ezshare/pulls/29
This commit is contained in:
commit
1cfa1e4be6
@ -4,12 +4,11 @@ pipeline:
|
|||||||
commands:
|
commands:
|
||||||
- go build main.go
|
- go build main.go
|
||||||
- go test -v ./...
|
- go test -v ./...
|
||||||
when:
|
when:
|
||||||
branch: master
|
branch: master
|
||||||
event: [push, pull_request, tag, deployment]
|
event: [push, pull_request, tag, deployment]
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
GO_VERSION:
|
GO_VERSION:
|
||||||
- "1.17"
|
- "1.17"
|
||||||
- "1.16"
|
|
||||||
- "latest"
|
- "latest"
|
||||||
|
Loading…
Reference in New Issue
Block a user