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
move-code
Catena cyber 2021-02-16 14:01:58 +01:00 committed by GitHub
parent 16175c1389
commit 323de98a4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@ jobs:
- name: Get Build Tools
run: |
go get github.com/ory/go-acc
GO111MODULE=on go get github.com/ory/go-acc
- name: Add $GOPATH/bin to $PATH
run: |
@ -83,7 +83,7 @@ jobs:
- name: Get Build Tools
run: |
go get -u github.com/ory/go-acc
GO111MODULE=on go get -u github.com/ory/go-acc
shell: msys2 {0}
- name: Add $GOPATH/bin to $PATH