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