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

@ -1,5 +1,5 @@
# Start by building the application.
FROM golang:1.18 as build
FROM docker.io/golang:1.20 as build
WORKDIR /usr/src/wireproxy
COPY . .