my_cobalt_strike/.gitlab-ci.yml
2022-07-27 12:11:27 +08:00

10 lines
103 B
YAML

image: golang:latest
stages:
- build
job_build:
stage: build
script:
- go build console.go