Skip to content

Commit 5e4be01

Browse files
committed
Test not specifying the GOPATH
1 parent e359090 commit 5e4be01

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ jobs:
1111
go-version: [ '1.13', '1.16' ]
1212
platform: [ ubuntu-18.04, ubuntu-20.04, macOS-10.15, windows-2019 ]
1313
runs-on: ${{ matrix.platform }}
14-
env:
15-
GOPATH: "${HOME}/go"
16-
PATH: "${PATH}:${GOPATH}/bin"
14+
# env:
15+
# GOPATH: "${HOME}/go"
16+
# PATH: "${PATH}:${GOPATH}/bin"
1717

1818
steps:
1919
- name: Install Go

0 commit comments

Comments
 (0)