Update contribution and readme file (#1447)

Include the release of rosenpass and the update to go 1.21 in the dev containers and readme
This commit is contained in:
pascal-fischer
2024-01-08 15:41:22 +01:00
committed by GitHub
parent 69dbcbd362
commit cb69348a30
3 changed files with 13 additions and 13 deletions

View File

@@ -1,4 +1,4 @@
FROM golang:1.20-bullseye
FROM golang:1.21-bullseye
RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
&& apt-get -y install --no-install-recommends\

View File

@@ -7,7 +7,7 @@
"features": {
"ghcr.io/devcontainers/features/docker-in-docker:2": {},
"ghcr.io/devcontainers/features/go:1": {
"version": "1.20"
"version": "1.21"
}
},
"workspaceFolder": "/workspaces/${localWorkspaceFolderBasename}",