Skip to content

Commit

Permalink
update required version
Browse files Browse the repository at this point in the history
  • Loading branch information
geovex committed Jan 6, 2024
1 parent fd46085 commit 0ca7cfb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0ca7cfb

Please sign in to comment.