From f7d2bb0e5284921d00652513da8109e1b46c5c4d Mon Sep 17 00:00:00 2001 From: Alec Thomas Date: Fri, 22 Apr 2022 08:33:45 +1000 Subject: [PATCH] fix: pin to Go 1.17 for now --- bin/{.go@latest.pkg => .go@1.17.pkg} | 0 bin/go | 2 +- bin/gofmt | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename bin/{.go@latest.pkg => .go@1.17.pkg} (100%) diff --git a/bin/.go@latest.pkg b/bin/.go@1.17.pkg similarity index 100% rename from bin/.go@latest.pkg rename to bin/.go@1.17.pkg diff --git a/bin/go b/bin/go index 142d6ff9b..9797b799e 120000 --- a/bin/go +++ b/bin/go @@ -1 +1 @@ -.go@latest.pkg \ No newline at end of file +.go@1.17.pkg \ No newline at end of file diff --git a/bin/gofmt b/bin/gofmt index 142d6ff9b..9797b799e 120000 --- a/bin/gofmt +++ b/bin/gofmt @@ -1 +1 @@ -.go@latest.pkg \ No newline at end of file +.go@1.17.pkg \ No newline at end of file