We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b8811b8 + f1ebaba commit 71ad0aeCopy full SHA for 71ad0ae
CHANGELOG.md
@@ -16,6 +16,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
16
17
### Security
18
19
+## [1.5.2] 2018-08-15
20
+- Do not pass `GO111MODULE` on to the compiling process
21
+- Get verbose go build logs when `GIMME_DEBUG >= 2`
22
+
23
## [1.5.1] - 2018-08-06
24
25
### Fixed
gimme
@@ -54,7 +54,7 @@ set -o pipefail
54
55
[[ ${GIMME_DEBUG} ]] && set -x
56
57
-readonly GIMME_VERSION="v1.5.1"
+readonly GIMME_VERSION="v1.5.2"
58
readonly GIMME_COPYRIGHT="Copyright (c) 2015-2018 gimme contributors"
59
readonly GIMME_LICENSE_URL="https://raw.githubusercontent.com/travis-ci/gimme/${GIMME_VERSION}/LICENSE"
60
export GIMME_VERSION
0 commit comments