We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e45e1f6 commit 5771775Copy full SHA for 5771775
.github/workflows/build.yml
@@ -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