From 50faa0763c99dac920917ab6f54ac601a9aebc49 Mon Sep 17 00:00:00 2001 From: Dwi Siswanto Date: Fri, 22 Mar 2024 12:48:44 +0700 Subject: [PATCH] build: bump go version Signed-off-by: Dwi Siswanto --- README.md | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7e15208..b06ec3a 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ Simply, download a pre-built binary from [releases page](https://github.com/kita * **gcc** (GNU Compiler Collection) should be installed & configured to compile teler-waf. -Using [Go](https://golang.org/doc/install) (v1.19+) compiler: +Using [Go](https://golang.org/doc/install) (v1.20+) compiler: ```bash CGO_ENABLED=1 go install github.com/kitabisa/teler-proxy/cmd/teler-proxy@latest diff --git a/go.mod b/go.mod index 9c0b797..67d90af 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/kitabisa/teler-proxy -go 1.19 +go 1.20 require ( github.com/charmbracelet/lipgloss v0.9.1