From 6caa00c9d053b17ad7133d1c0e2818fe279880d3 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 9 Mar 2023 20:26:06 -0600 Subject: [PATCH] go 1.19 Signed-off-by: Jeff Carr --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index 2f4d9ac..b8c5b37 100644 --- a/Makefile +++ b/Makefile @@ -4,6 +4,10 @@ all: check: echo ${WIT_USER} +go: + wget https://go.dev/dl/go1.19.linux-amd64.tar.gz + mv go1.19.linux-amd64.tar.gz /usr/local/ + git: git clone https://git.wit.org/wit/bash.git ~/.config/wit/ git config pull.rebase false