Skip to content

Commit

Permalink
go: use go 1.22
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Pashmfouroush <[email protected]>
  • Loading branch information
markpash committed May 5, 2024
1 parent a9b5bcb commit 515cb28
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/container-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.21'
go-version: '1.22'
check-latest: true

- name: Setup `ko`
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/go-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.21'
go-version: '1.22'
check-latest: true

- name: Build warp-plus
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Warp-Plus is an open-source implementation of Cloudflare's Warp, enhanced with P

### Prerequisites

- You can download prebuilt binaries or compile it with Go (You MUST use go 1.21)
- You can download prebuilt binaries or compile it with Go (You MUST use go 1.22)
- Basic understanding of VPN and proxy configurations

### Installation
Expand Down

0 comments on commit 515cb28

Please sign in to comment.