Skip to content

Commit

Permalink
[FAB-8352] Go 1.10 compatibility
Browse files Browse the repository at this point in the history
This change updates the dependencies to Go 1.10 compatible versions.
Certificate transparency and pkcs11 dependencies are updated to the
latest as they needed a fix for Go 1.10.

The default LD flag (-s) is also removed as this was a fix for a previous
version.

Change-Id: I7a67f069628bef7aa98fa0adf8e9321e7efef0c6
Signed-off-by: Troy Ronda <troy@troyronda.com>
  • Loading branch information
troyronda committed Feb 19, 2018
1 parent 1f2274d commit 396f43e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
8 changes: 5 additions & 3 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ FABRIC_DEVSTABLE_VERSION_MINOR := 1.1
FABRIC_DEVSTABLE_VERSION_MAJOR := 1

# Build flags (overridable)
GO_LDFLAGS ?= -s
GO_LDFLAGS ?=
GO_TESTFLAGS ?=
FABRIC_SDK_EXPERIMENTAL ?= true
FABRIC_SDK_EXTRA_GO_TAGS ?=
Expand Down
1 change: 0 additions & 1 deletion test/scripts/check_lint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ do
exit 1
fi

OUTPUT="$($GOIMPORTS_CMD -w -srcdir $PROJECT_PATH -l $i)"
OUTPUT="$($GOIMPORTS_CMD -srcdir $PROJECT_PATH -l $i)"

if [[ $OUTPUT ]]; then
Expand Down

0 comments on commit 396f43e

Please sign in to comment.