master
李光春 2 years ago
parent 2eb5923e6a
commit 01a3ab22b8

@ -1,8 +1,9 @@
workspace: kind: pipeline
base: /go type: docker
path: src/golang/library name: clone
pipeline:
test: steps:
- name: test-golang
image: golang:1.18 image: golang:1.18
commands: commands:
- go env -w GO111MODULE=on - go env -w GO111MODULE=on

Loading…
Cancel
Save