Skip to content

Commit

Permalink
Set go 1.13 in go.mod to avoid a diff at build
Browse files Browse the repository at this point in the history
* `go` modifies `go.mod` during the build to add `go 1.13`,
which causes the build to be considered dirty
  • Loading branch information
dghubble committed Nov 24, 2019
1 parent 873f053 commit 998eeaa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 2 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,5 @@ require (
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
gopkg.in/yaml.v2 v2.0.0-20151201162745-f7716cbe52ba // indirect
)

go 1.13

0 comments on commit 998eeaa

Please sign in to comment.