From 0ca7cfb854ca2016dcae91636fa8842f0ba652df Mon Sep 17 00:00:00 2001 From: Heorhi Valakhanovich Date: Sun, 7 Jan 2024 01:23:34 +0300 Subject: [PATCH] update required version --- .github/workflows/go.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index f9ae109..ece0981 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -15,7 +15,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, windows-latest] - go-version: ['1.20', '1.21'] + go-version: ['1.21'] runs-on: ${{ matrix.os }} env: # mostly needed for artifacts diff --git a/README.md b/README.md index 14a8a98..4245356 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Inspired by [mtprotoproxy](https://github.com/alexbers/mtprotoproxy) ## Building ## -You will most likely need `go 1.20` +You will most likely need `go 1.21` ```shell go mod download