Skip to content

Commit

Permalink
MB-51942: Upgrade all golang versions for ns_server and remove gozip
Browse files Browse the repository at this point in the history
Upgrade golang version to 1.18.1 for all ns_server golang projects and
remove the unused 'gozip'.

Change-Id: I4f766fe979fa6ffb2a1f3eafd30df22328e63e58
Reviewed-on: https://review.couchbase.org/c/ns_server/+/174287
Well-Formed: Build Bot <build@couchbase.com>
Well-Formed: Restriction Checker
Reviewed-by: Steve Watanabe <steve.watanabe@couchbase.com>
Tested-by: Bryan McCoid <bryan.mccoid@couchbase.com>
Tested-by: Build Bot <build@couchbase.com>
  • Loading branch information
bryandmc committed Apr 28, 2022
1 parent 2b2dc4c commit 3df46a9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 246 deletions.
13 changes: 4 additions & 9 deletions deps/gocode/CMakeLists.txt
@@ -1,26 +1,21 @@
GoInstall (TARGET ns_gozip PACKAGE gozip
GOPATH "${CMAKE_CURRENT_SOURCE_DIR}"
GOVERSION 1.8.5
INSTALL_PATH bin)

GoInstall (TARGET ns_goport PACKAGE goport
GOPATH "${CMAKE_CURRENT_SOURCE_DIR}"
GOVERSION 1.8.5
GOVERSION 1.18.1
INSTALL_PATH bin)

GoInstall (TARGET ns_generate_cert PACKAGE generate_cert
GOPATH "${CMAKE_CURRENT_SOURCE_DIR}"
GOVERSION 1.11.6
GOVERSION 1.18.1
INSTALL_PATH bin)

GoInstall (TARGET ns_godu PACKAGE godu
GOPATH "${CMAKE_CURRENT_SOURCE_DIR}"
GOVERSION 1.8.5
GOVERSION 1.18.1
INSTALL_PATH bin/priv)

GoInstall (TARGET ns_gosecrets PACKAGE gosecrets
GOPATH "${CMAKE_CURRENT_SOURCE_DIR}" "${GODEPSDIR}"
GOVERSION 1.8.5
GOVERSION 1.18.1
INSTALL_PATH bin)

ADD_CUSTOM_TARGET (gocode-clean
Expand Down
237 changes: 0 additions & 237 deletions deps/gocode/src/gozip/main.go

This file was deleted.

0 comments on commit 3df46a9

Please sign in to comment.