mirror of
https://github.com/SmartHoneybee/ubiquitous-memory
synced 2025-12-29 16:08:40 +01:00
Update default Go version (#151)
Mattermost v6.7.0 official release is built with Go 1.18.1. We should stay with them as much as possible.
This commit is contained in:
2
build.sh
2
build.sh
@@ -12,7 +12,7 @@ MMCTL_RELEASE="${MMCTL_RELEASE:-v5.26.0}"
|
||||
NODE_KEY="${NODE_KEY:-9FD3B784BC1C6FC31A8A0A1C1655A0AB68576280}"
|
||||
NODE_RELEASE="${NODE_RELEASE:-15}"
|
||||
# golang version
|
||||
GO_VERSION="${GO_VERSION:-1.16.7}"
|
||||
GO_VERSION="${GO_VERSION:-1.18.1}"
|
||||
|
||||
if [ "$(id -u)" -eq 0 ]; then # as root user
|
||||
# create build user, if needed
|
||||
|
||||
Reference in New Issue
Block a user