From 20ebe537f4805434827a28a360956fe69212b0fc Mon Sep 17 00:00:00 2001 From: Michael Li Date: Tue, 21 Feb 2023 18:22:44 +0800 Subject: [PATCH] upgrade go compiler require 1.19+ --- README.md | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 16c5011c..76b7600f 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ PaoPao主要由以下优秀的开源项目/工具构建 ### 环境要求 -* Go (1.18+) +* Go (1.19+) * Node.js (14+) * MySQL (5.7+) * Redis diff --git a/go.mod b/go.mod index 0bbba05a..2d23e992 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/rocboss/paopao-ce -go 1.18 +go 1.19 require ( github.com/Masterminds/semver/v3 v3.1.1