Update dependencies (#79)

* Update dependencies

gvisor was not updated to the latest version, because it did not
compile.

* actions: Update go version to 1.20

* docker: Update go version to 1.20
This commit is contained in:
Jonah Brüchert 2023-08-17 12:42:52 +02:00 committed by GitHub
parent 05c8493981
commit d2f7768c51
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 38 additions and 38 deletions

View file

@ -16,7 +16,7 @@ jobs:
- name: Setting up Go
uses: actions/setup-go@v2
with:
go-version: 1.19
go-version: "1.20"
- name: Install dependencies
run: sudo apt install wireguard curl
- name: Building wireproxy