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

@ -30,7 +30,7 @@ jobs:
- name: Set up GoReleaser
uses: actions/setup-go@v2
with:
go-version: "1.19"
go-version: "1.20"
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2