mirror of
https://github.com/outbackdingo/matchbox.git
synced 2026-01-27 10:19:35 +00:00
Set go 1.13 in go.mod to avoid a diff at build
* `go` modifies `go.mod` during the build to add `go 1.13`, which causes the build to be considered dirty
This commit is contained in:
@@ -18,7 +18,7 @@ Notable changes between releases.
|
||||
Releases `v0.8.1` and `v0.8.2` were not built cleanly
|
||||
|
||||
* Release tags and container images have been removed
|
||||
* Caused by go get golint (module-aware) mutating `go.mod` on Travis (see [#775](https://github.com/poseidon/matchbox/pull/775))
|
||||
* Caused by go get golint (module-aware) mutating `go.mod` on Travis (see [#775](https://github.com/poseidon/matchbox/pull/775), [#777](https://github.com/poseidon/matchbox/pull/777))
|
||||
|
||||
## v0.8.0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user