Skip to content

Commit

Permalink
Let's go
Browse files Browse the repository at this point in the history
  • Loading branch information
olevitt committed Mar 12, 2020
1 parent 0108a7f commit 5386e85
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
on: [push, pull_request]

steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2-beta
with:
go-version: "^1.13.1" # The Go version to download (if necessary) and use.
- run: go version && GO111MODULE=on go build -o onyxia-cli main.go
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2-beta
with:
go-version: "^1.13.1" # The Go version to download (if necessary) and use.
- run: go version && GO111MODULE=on go build -o onyxia-cli main.go

0 comments on commit 5386e85

Please sign in to comment.