Skip to content

Commit

Permalink
Update Go version in README
Browse files Browse the repository at this point in the history
Update Go version in README
  • Loading branch information
HeavyWombat committed Sep 6, 2023
1 parent 24182ff commit 6edde61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit 6edde61

Please sign in to comment.