From 069238ce55369b037dff712d9b5a04455e9e2725 Mon Sep 17 00:00:00 2001
From: JTrancender <mkeyboard814@gmail.com>
Date: Tue, 28 Jun 2022 10:05:52 +0800
Subject: [PATCH] feat: support go 1.18

---
 scripts/make-rules/golang.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/make-rules/golang.mk b/scripts/make-rules/golang.mk
index b73d1af..2181155 100644
--- a/scripts/make-rules/golang.mk
+++ b/scripts/make-rules/golang.mk
@@ -1,5 +1,5 @@
 GO := go
-GO_SUPPORTED_VERSIONS ?= 1.13|1.14|1.15|1.16|1.17
+GO_SUPPORTED_VERSIONS ?= 1.13|1.14|1.15|1.16|1.17|1.18
 GO_LDFLAGS += -X $(VERSION_PACKAGE).GitVersion=$(VERSION) \
 	-X $(VERSION_PACKAGE).GitCommit=$(GIT_COMMIT) \
 	-X $(VERSION_PACKAGE).GitTreeState=$(GIT_TREE_STATE) \