update readme and go.mod

This commit is contained in:
2022-08-01 11:30:11 +08:00
parent 9e2388622c
commit 5c46423e87
4 changed files with 79 additions and 74 deletions

View File

@@ -2,10 +2,10 @@ variables:
# Package version can only contain numbers (0-9), and dots (.).
# Must be in the format of X.Y.Z, i.e. should match /\A\d+\.\d+\.\d+\z/ regular expresion.
# See https://docs.gitlab.com/ee/user/packages/generic_packages/#publish-a-package-file
PACKAGE_VERSION: "1.2.3"
PACKAGE_VERSION: "1.2.4"
LINUX_AMD64_BINARY: "console-${PACKAGE_VERSION}"
PACKAGE_REGISTRY_URL: "${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/generic/cobalt-strike/${PACKAGE_VERSION}"
CI_COMMIT_TAG: "1.2.3"
CI_COMMIT_TAG: "1.2.4"
stages:
- build