Skip to content

Commit

Permalink
build: bump go version (#61)
Browse files Browse the repository at this point in the history
Signed-off-by: Dwi Siswanto <me@dw1.io>
  • Loading branch information
dwisiswant0 committed Mar 22, 2024
1 parent 49abb91 commit 55fc3e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/kitabisa/teler-proxy

go 1.19
go 1.20

require (
github.com/charmbracelet/lipgloss v0.9.1
Expand Down

0 comments on commit 55fc3e0

Please sign in to comment.