Skip to content

Commit 3c9d035

Browse files
authored
Merge branch 'golang:master' into master
2 parents 3cd9332 + 15aaa8c commit 3c9d035

37 files changed

+1412
-115
lines changed

.github/workflows/test-long-all.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
matrix:
1818
os: [ubuntu-latest, windows-latest, macos-latest]
1919
version: ['stable', 'insiders']
20-
go: ['1.15', '1.16']
20+
go: ['1.15', '1.16', '1.17.0-rc1']
2121

2222
steps:
2323
- name: Clone repository

.github/workflows/test-long.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
matrix:
1717
os: [ubuntu-latest, windows-latest] # TODO: reenable macos-latest
1818
version: ['stable']
19-
go: ['1.15', '1.16']
19+
go: ['1.15', '1.16', '1.17.0-rc1']
2020

2121
steps:
2222
- name: Clone repository

docs/contributing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Please note that extra configuration is required to build and run the [Debug Ada
3434

3535
### Setup
3636

37-
1) Install [node](https://nodejs.org/en/).
37+
1) Install [node](https://nodejs.org/en/). Note: make sure that you are using `npm v7` or higher. The file format for `package-lock.json` (changed significantly)[https://docs.npmjs.com/cli/v7/configuring-npm/package-lock-json#file-format] in `npm v7`.
3838
2) Clone the repository, run `npm install`, and open VS Code:
3939

4040
```bash

docs/dlv-dap.md

Lines changed: 353 additions & 63 deletions
Large diffs are not rendered by default.

docs/images/attach-terminate.gif

62.9 KB
Loading

docs/images/attach.gif

932 KB
Loading
60.2 KB
Loading
742 KB
Loading

docs/images/create-launch-json.gif

629 KB
Loading

docs/images/debug-console.png

107 KB
Loading

0 commit comments

Comments
 (0)