From 6edde61964c0fb94f009a8d39e9096b30f4bd369 Mon Sep 17 00:00:00 2001 From: Matthias Diester Date: Wed, 6 Sep 2023 23:41:05 +0200 Subject: [PATCH] Update Go version in README Update Go version in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bb2d0523..ebeb2e55 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ There are different ways to get `havener`. You are free to pick the one that mak We are happy to have other people contributing to the project. If you decide to do that, here's how to: -- get Go (`havener` requires Go version 1.19 or greater) +- get Go (`havener` requires Go version 1.20 or greater) - fork the project - create a new branch - make your changes @@ -110,7 +110,7 @@ docker run \ --rm \ --volume $GOPATH/src/github.com/homeport/havener:/go/src/github.com/homeport/havener \ --workdir /go/src/github.com/homeport/havener \ - golang:1.19 /bin/bash + golang:1.20 /bin/bash ``` ### Package dependencies (Go modules)