mirror of
https://github.com/SmartHoneybee/ubiquitous-memory
synced 2025-04-29 23:29:39 +02:00
Update Golang version per Mattermost 5.38.0 release notes (#127)
* Update Golang version per Mattermost 5.38.0 release notes * Update version formatting to match download filename
This commit is contained in:
parent
4b09124333
commit
362f5cf97f
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -9,7 +9,7 @@ env:
|
|||||||
DEBIAN_RELEASE: buster
|
DEBIAN_RELEASE: buster
|
||||||
DOCKER_PWD: /root
|
DOCKER_PWD: /root
|
||||||
DOCKER_IMAGE: debian:${DEBIAN_RELEASE}
|
DOCKER_IMAGE: debian:${DEBIAN_RELEASE}
|
||||||
GO_VERSION: 1.15.5
|
GO_VERSION: 1.16
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
2
build.sh
2
build.sh
@ -11,7 +11,7 @@ MATTERMOST_RELEASE="${MATTERMOST_RELEASE:-v5.4.0}"
|
|||||||
NODE_KEY="${NODE_KEY:-9FD3B784BC1C6FC31A8A0A1C1655A0AB68576280}"
|
NODE_KEY="${NODE_KEY:-9FD3B784BC1C6FC31A8A0A1C1655A0AB68576280}"
|
||||||
NODE_RELEASE="${NODE_RELEASE:-10}"
|
NODE_RELEASE="${NODE_RELEASE:-10}"
|
||||||
# golang version
|
# golang version
|
||||||
GO_VERSION="${GO_VERSION:-1.15.5}"
|
GO_VERSION="${GO_VERSION:-1.16}"
|
||||||
|
|
||||||
if [ "$(id -u)" -eq 0 ]; then # as root user
|
if [ "$(id -u)" -eq 0 ]; then # as root user
|
||||||
# create build user, if needed
|
# create build user, if needed
|
||||||
|
Loading…
x
Reference in New Issue
Block a user