Skip to content

Commit 5771775

Browse files
committed
Setup CI
1 parent e45e1f6 commit 5771775

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
steps:
2+
- uses: actions/checkout@v2
3+
- uses: actions/setup-go@v2-beta
4+
with:
5+
go-version: "^1.13.1" # The Go version to download (if necessary) and use.
6+
- run: go version && GO111MODULE=on go build -o onyxia-cli main.go

0 commit comments

Comments
 (0)