From ebe36587d6d66d9ba83e7e7761f966768b4471b6 Mon Sep 17 00:00:00 2001 From: Ryan Blunden Date: Thu, 16 May 2019 13:12:15 -0700 Subject: [PATCH] Added blog post for the breaking change to the Go extension --- ...breaking-change-go-sourcegraph-extension.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 blogposts/breaking-change-go-sourcegraph-extension.md diff --git a/blogposts/breaking-change-go-sourcegraph-extension.md b/blogposts/breaking-change-go-sourcegraph-extension.md new file mode 100644 index 00000000000..b3c438facba --- /dev/null +++ b/blogposts/breaking-change-go-sourcegraph-extension.md @@ -0,0 +1,18 @@ +--- +title: Breaking change to the Go Sourcegraph extension +author: Chris Wendt +publishDate: 2019-06-3T10:00-07:00 +tags: [ + blog +] +slug: breaking-change-go-sourcegraph-extension +heroImage: /sourcegraph-mark.png +published: false + +--- + +A backwards incompatible change is required for the [Sourcegraph Go langserver extension](https://github.com/sourcegraph/sourcegraph-go), with Monday June 10 being the tentative publish date. + +To upgrade, you must bump your `sourcegraph/lang-go` Docker image to `(TODO) $VERSION`, otherwise go code intelligence will stop working on your private instance. This applies to all 3.x instances. + +All customers using the Go lang server extension will be contacted individually and guided through the upgrade process.