Skip to content

Commit 9be8949

Browse files
committed
fix lint
1 parent 286b324 commit 9be8949

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

changelog/1.37.0.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,13 @@ description: "Released on 11/23/2022"
77

88
- infra: Workspace statistics were previously stored in a table
99
`environment_stats`. This table is removed in this release. Downgrading from
10-
this version may require manual steps.
10+
this version to an older version may require manual steps.
1111
- cli: `coder ssh` and `coder tunnel` invocations from older versions of the CLI
1212
may fail with the following error:
1313

1414
```console
15-
cannot unmarshal string into Go struct field ICEServer.data.credentialType of type webrtc.ICECredentialType
15+
cannot unmarshal string into Go struct field ICEServer.data.credentialType of
16+
type webrtc.ICECredentialType
1617
```
1718

1819
Solution: upgrade CLI to `1.37.0`.

0 commit comments

Comments
 (0)