Skip to content
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.

fix: #1026 remove go 1.5 support #2319

Merged
merged 4 commits into from
Mar 2, 2019
Merged

fix: #1026 remove go 1.5 support #2319

merged 4 commits into from
Mar 2, 2019

Conversation

oneslash
Copy link
Contributor

No description provided.

if (tool === 'golint') {
vscode.window.showInformationMessage('golint no longer supports go1.8, update your settings to use gometalinter as go.lintTool and install gometalinter');
return;
}
if (tool === 'gotests') {
vscode.window.showInformationMessage('Generate unit tests feature is not supported as gotests tool needs go1.6 or higher.');
vscode.window.showInformationMessage('Generate unit tests feature is not supported as gotests tool needs go1.9 or higher.');
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Has gotests really stopped supported versions below 1.9?

test/go.test.ts Outdated
@@ -24,6 +24,7 @@ import { getAllPackages } from '../src/goPackages';
import { getImportPath } from '../src/util';
import { goPlay } from '../src/goPlayground';
import { runFillStruct } from '../src/goFillStruct';
import { version } from 'punycode';
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why do we need this import?

@ramya-rao-a
Copy link
Contributor

Thanks @oneslash
I have pushed some more cleanup related commits

@ramya-rao-a ramya-rao-a merged commit e7faff6 into microsoft:master Mar 2, 2019
@oneslash oneslash deleted the 1026 branch December 3, 2019 10:43
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants