Start CI
This commit is contained in:
parent
eed80115fd
commit
906cc792f7
|
@ -0,0 +1,14 @@
|
|||
kind: pipeline
|
||||
type: docker
|
||||
name: linux-amd64-taggedver
|
||||
|
||||
platform:
|
||||
arch: amd64
|
||||
os: linux
|
||||
|
||||
steps:
|
||||
- name: build_golang
|
||||
image: golang
|
||||
commands:
|
||||
- go get
|
||||
- go build .
|
Loading…
Reference in New Issue