Skip to content

Commit 6894eae

Browse files
committed
[build] Tweak go build env
1 parent 4791a7a commit 6894eae

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,12 @@ jobs:
66
build:
77
name: Build
88
runs-on: ubuntu-latest
9-
env:
10-
GOPATH: ${{ github.workspace }}
11-
GO111MODULE: off
129

1310
steps:
1411
- name: Checkout
15-
uses: actions/checkout@v1
12+
uses: actions/checkout@v2
1613
with:
17-
path: ./gm/src/github.com/${{ github.repository }}
14+
fetch-depth: 0
1815

1916
- name: Set up Snapcraft
2017
run: |

0 commit comments

Comments
 (0)