Go get go-acc with environment variable for go modules (#915)
* Go get go-acc with environment variable for go modules * Go get with modules for windows as well
This commit is contained in:
4
.github/workflows/go.yaml
vendored
4
.github/workflows/go.yaml
vendored
@@ -29,7 +29,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Get Build Tools
|
- name: Get Build Tools
|
||||||
run: |
|
run: |
|
||||||
go get github.com/ory/go-acc
|
GO111MODULE=on go get github.com/ory/go-acc
|
||||||
|
|
||||||
- name: Add $GOPATH/bin to $PATH
|
- name: Add $GOPATH/bin to $PATH
|
||||||
run: |
|
run: |
|
||||||
@@ -83,7 +83,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Get Build Tools
|
- name: Get Build Tools
|
||||||
run: |
|
run: |
|
||||||
go get -u github.com/ory/go-acc
|
GO111MODULE=on go get -u github.com/ory/go-acc
|
||||||
shell: msys2 {0}
|
shell: msys2 {0}
|
||||||
|
|
||||||
- name: Add $GOPATH/bin to $PATH
|
- name: Add $GOPATH/bin to $PATH
|
||||||
|
|||||||
Reference in New Issue
Block a user