Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
Update README to omit a specific Go version in the development section.
  • Loading branch information
HeavyWombat committed Jul 26, 2024
1 parent 5566dab commit 22f2702
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
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.20 /bin/bash
golang:latest /bin/bash
```
### Package dependencies (Go modules)
Expand Down

0 comments on commit 22f2702

Please sign in to comment.