From 323de98a4c3eec4833941969faf9fb0a0e6f43ab Mon Sep 17 00:00:00 2001 From: Catena cyber <35799796+catenacyber@users.noreply.github.com> Date: Tue, 16 Feb 2021 14:01:58 +0100 Subject: [PATCH] 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 --- .github/workflows/go.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/go.yaml b/.github/workflows/go.yaml index 3ef6e38..1c86d2a 100644 --- a/.github/workflows/go.yaml +++ b/.github/workflows/go.yaml @@ -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