Skip to content

Commit 5386e85

Browse files
committed
Let's go
1 parent 0108a7f commit 5386e85

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

.github/workflows/build.yml

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
on: [push, pull_request]
22

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

0 commit comments

Comments
 (0)