From 6ba2d22e4f4206ad2eadcf6221e601b651045973 Mon Sep 17 00:00:00 2001
From: Arran Ubels <arran4@gmail.com>
Date: Sat, 30 Oct 2021 23:23:29 +1100
Subject: [PATCH] Can this default to latest?

---
 action.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/action.yml b/action.yml
index 4a32e12..c699de7 100644
--- a/action.yml
+++ b/action.yml
@@ -4,6 +4,7 @@ author: 'GitHub'
 inputs: 
   go-version:
     description: 'The Go version to download (if necessary) and use. Supports semver spec and ranges.'
+    default: '1.17.2'
   stable:
     description: 'Whether to download only stable versions'
     default: 'true'