1
0
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:
parnic-sks 2021-08-16 16:56:56 -05:00 committed by GitHub
parent 4b09124333
commit 362f5cf97f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ env:
DEBIAN_RELEASE: buster
DOCKER_PWD: /root
DOCKER_IMAGE: debian:${DEBIAN_RELEASE}
GO_VERSION: 1.15.5
GO_VERSION: 1.16
jobs:
build:

View File

@ -11,7 +11,7 @@ MATTERMOST_RELEASE="${MATTERMOST_RELEASE:-v5.4.0}"
NODE_KEY="${NODE_KEY:-9FD3B784BC1C6FC31A8A0A1C1655A0AB68576280}"
NODE_RELEASE="${NODE_RELEASE:-10}"
# golang version
GO_VERSION="${GO_VERSION:-1.15.5}"
GO_VERSION="${GO_VERSION:-1.16}"
if [ "$(id -u)" -eq 0 ]; then # as root user
# create build user, if needed