aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/go.yaml4
1 files 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