mirror of
https://gitlab.com/psuapp/psu.git
synced 2024-08-30 18:12:34 +00:00
Add module config
This commit is contained in:
@ -1,9 +1,9 @@
|
|||||||
project_name: psu
|
project_name: psu
|
||||||
|
env:
|
||||||
|
- GO111MODULE=on
|
||||||
before:
|
before:
|
||||||
hooks:
|
hooks:
|
||||||
- go get github.com/spf13/cobra
|
- go mod download
|
||||||
- go get github.com/joho/godotenv
|
|
||||||
- go get github.com/sirupsen/logrus
|
|
||||||
builds:
|
builds:
|
||||||
- main: main.go
|
- main: main.go
|
||||||
binary: psu
|
binary: psu
|
||||||
|
Reference in New Issue
Block a user