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.
2 parents ad809fa + bc06558 commit 7f47981Copy full SHA for 7f47981
.github/workflows/ci.yml
@@ -27,9 +27,13 @@ jobs:
27
with:
28
path: ./src/github.com/linuxkit/linuxkit
29
30
+ - name: Set path
31
+ run: echo "$(go env GOPATH)/bin" >> $GITHUB_PATH
32
+ env:
33
+ GOPATH: ${{runner.workspace}}
34
+
35
- name: Get pre-requisites
36
run: |
- echo "::set-env name=PATH::$PATH:$(go env GOPATH)/bin"
37
go get -u golang.org/x/lint/golint
38
go get -u github.com/gordonklaus/ineffassign
39
env:
0 commit comments