aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authortechknowlogick2022-08-07 12:25:03 -0400
committerGitHub2022-08-07 12:25:03 -0400
commitbe824890e4abac05526248fe8aed8eca6aceb1da (patch)
treecb308dc93fe8b3274a0e3b7ec743f584a5e1100d /Makefile
parent64c371a1679982cb3fb17e3b4b986dfcd38d8647 (diff)
Switch to building with go1.19 (#20695)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 812d5f4d5..77aac782e 100644
--- a/Makefile
+++ b/Makefile
@@ -23,7 +23,7 @@ SHASUM ?= shasum -a 256
HAS_GO = $(shell hash $(GO) > /dev/null 2>&1 && echo "GO" || echo "NOGO" )
COMMA := ,
-XGO_VERSION := go-1.18.x
+XGO_VERSION := go-1.19.x
AIR_PACKAGE ?= github.com/cosmtrek/air@v1.40.4
EDITORCONFIG_CHECKER_PACKAGE ?= github.com/editorconfig-checker/editorconfig-checker/cmd/editorconfig-checker@2.5.0