Skip to content

Commit

Permalink
README.md: Update go install command (#27)
Browse files Browse the repository at this point in the history
Use the Git commit for tag v0.3.1 in `go install`, in README.md.
  • Loading branch information
syncom authored Jan 25, 2024
1 parent 281bcd2 commit fcef174
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 @@ -48,8 +48,8 @@ If your Go application is not reproducible, make sure you
### install `r10edocker`

```bash
# commit SHA for v0.2.1. Pin commit because it's less malleable than a tag
go install github.com/syncom/r10edocker@b2456e371147ed61d8f6d29f31b96a7be55cc207
# commit SHA for v0.3.1. Pin commit because it's less malleable than a tag
go install github.com/syncom/r10edocker@281bcd206ed09a11765822dcf6a50e3deaf3bd4c
```

### Set up your Go project for reproducible Docker builds
Expand Down

0 comments on commit fcef174

Please sign in to comment.