Merge pull request #270287 from wackbyte/bump-vscode-go

vscode-extensions.golang.go: 0.38.0 -> 0.40.0
This commit is contained in:
Nick Cao 2023-11-27 09:43:56 -05:00 committed by GitHub
commit bf7152c5cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1693,10 +1693,14 @@ let
mktplcRef = {
name = "Go";
publisher = "golang";
version = "0.38.0";
sha256 = "sha256-wOWouVz4mE4BzmgQOLQyVWsMadMqeUkFWHnruxStU0Q=";
version = "0.40.0";
sha256 = "sha256-otAq6ul2l64zpRJdekCb7XZiE2vgpLUfM4NUdRPZX8w=";
};
meta = {
changelog = "https://marketplace.visualstudio.com/items/golang.Go/changelog";
description = "Go extension for Visual Studio Code";
downloadPage = "https://marketplace.visualstudio.com/items?itemName=golang.Go";
homepage = "https://github.com/golang/vscode-go";
license = lib.licenses.mit;
};
};