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 a94e00e commit e1f21ebCopy full SHA for e1f21eb
.github/workflows/cd-dgraph-js-http.yml
@@ -35,16 +35,10 @@ jobs:
35
path: dgraph
36
repository: hypermodeinc/dgraph
37
ref: main
38
- - name: Get Go Version
39
- run: |
40
- #!/bin/bash
41
- cd dgraph
42
- GOVERSION=$({ [ -f .go-version ] && cat .go-version; })
43
- echo "GOVERSION=$GOVERSION" >> $GITHUB_ENV
44
- name: Set up Go
45
uses: actions/setup-go@v3
46
with:
47
- go-version: ${{ env.GOVERSION }}
+ go-version-file: go.mod
48
- name: Build dgraph binary
49
run: cd dgraph && make docker-image # also builds dgraph binary
50
- name: Move dgraph binary to gopath
0 commit comments