This repository was archived by the owner on Jan 31, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ matrix:
35
35
- go test ./internal/lsp
36
36
- mkdir build
37
37
- cd build
38
- - go build -ldflags "-s -w" -o go-langserver $GOPATH/src/golang.org/x/tools/cmd/ gopls
38
+ - go build -ldflags "-s -w" -o go-langserver $GOPATH/src/golang.org/x/tools/gopls
39
39
- curl -o go1.12.7.linux-amd64.tar.gz https://dl.google.com/go/go1.12.7.linux-amd64.tar.gz
40
40
- tar xzf go1.12.7.linux-amd64.tar.gz
41
41
- rm -rf ./go/test
@@ -61,7 +61,7 @@ matrix:
61
61
# - go test ./internal/lsp
62
62
# - mkdir build
63
63
# - cd build
64
- # - go build -ldflags -o go-langserver $GOPATH/src/golang.org/x/tools/cmd/ gopls
64
+ # - go build -ldflags -o go-langserver $GOPATH/src/golang.org/x/tools/gopls
65
65
# - curl -o go1.12.7.linux-386.tar.gz https://dl.google.com/go/go1.12.7.linux-386.tar.gz
66
66
# - tar xzf go1.12.7.linux-386.tar.gz
67
67
# - rm -rf ./go/test
@@ -87,7 +87,7 @@ matrix:
87
87
- go test ./internal/lsp
88
88
- mkdir build
89
89
- cd build
90
- - go build -ldflags "-s -w" -o go-langserver $GOPATH/src/golang.org/x/tools/cmd/ gopls
90
+ - go build -ldflags "-s -w" -o go-langserver $GOPATH/src/golang.org/x/tools/gopls
91
91
- curl -o go1.12.7.darwin-amd64.tar.gz https://dl.google.com/go/go1.12.7.darwin-amd64.tar.gz
92
92
- tar xzf go1.12.7.darwin-amd64.tar.gz
93
93
- rm -rf ./go/test
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ build_script:
31
31
# - go test ./internal/lsp -v
32
32
- mkdir go-langserver-windows
33
33
- cd go-langserver-windows
34
- - go build -ldflags "-s -w" -o go-langserver.exe c:\gopath\src\golang.org\x\tools\cmd\ gopls
34
+ - go build -ldflags "-s -w" -o go-langserver.exe c:\gopath\src\golang.org\x\tools\gopls
35
35
- if %platform%==x64 curl -o go1.12.7.windows-%platform%.zip https://dl.google.com/go/go1.12.7.windows-amd64.zip
36
36
- if %platform%==x86 curl -o go1.12.7.windows-%platform%.zip https://dl.google.com/go/go1.12.7.windows-386.zip
37
37
- 7z x go1.12.7.windows-%platform%.zip -o.
You can’t perform that action at this time.
0 commit comments