From cef575caeadae97803819018ca88a063c84fbb40 Mon Sep 17 00:00:00 2001
From: Danny McCormick <damccorm@microsoft.com>
Date: Wed, 19 Jun 2019 09:56:06 -0400
Subject: [PATCH] Metadata changes

---
 action.yml   | 6 +++---
 package.json | 8 ++++----
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/action.yml b/action.yml
index 3f5f65a..88c8d5d 100644
--- a/action.yml
+++ b/action.yml
@@ -1,5 +1,5 @@
-name: 'Setup Node.js for use with actions'
-description: 'Setup a Node.js environment and add it to the PATH, additionally providing proxy support'
+name: 'Setup Go for use with actions'
+description: 'Setup a Go environment and add it to the PATH, additionally providing proxy support'
 author: 'GitHub'
 inputs: 
   version:
@@ -7,4 +7,4 @@ inputs:
     default: '10.x'
 runs:
   using: 'node'
-  main: 'lib/setup-node.js'
\ No newline at end of file
+  main: 'lib/setup-go.js'
\ No newline at end of file
diff --git a/package.json b/package.json
index 2fb97fe..a6a215e 100644
--- a/package.json
+++ b/package.json
@@ -2,8 +2,8 @@
   "name": "setup-go",
   "version": "0.1.0",
   "private": true,
-  "description": "setup node action",
-  "main": "lib/setup-node.js",
+  "description": "setup go action",
+  "main": "lib/setup-go.js",
   "scripts": {
     "build": "tsc",
     "format": "prettier --write **/*.ts",
@@ -12,11 +12,11 @@
   },
   "repository": {
     "type": "git",
-    "url": "git+https://github.com/actions/setup-node.git"
+    "url": "git+https://github.com/actions/setup-go.git"
   },
   "keywords": [
     "actions",
-    "node",
+    "go",
     "setup"
   ],
   "author": "GitHub",