1
0
mirror of https://github.com/SmartHoneybee/ubiquitous-memory synced 2025-04-29 23:29:39 +02: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:
parnic-sks 2022-05-16 13:25:28 -05:00 committed by GitHub
parent 542f871d30
commit 1b49e25db7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -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.16.7 GO_VERSION: 1.18.1
jobs: jobs:
build: build:

View File

@ -12,7 +12,7 @@ MMCTL_RELEASE="${MMCTL_RELEASE:-v5.26.0}"
NODE_KEY="${NODE_KEY:-9FD3B784BC1C6FC31A8A0A1C1655A0AB68576280}" NODE_KEY="${NODE_KEY:-9FD3B784BC1C6FC31A8A0A1C1655A0AB68576280}"
NODE_RELEASE="${NODE_RELEASE:-15}" NODE_RELEASE="${NODE_RELEASE:-15}"
# golang version # 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 if [ "$(id -u)" -eq 0 ]; then # as root user
# create build user, if needed # create build user, if needed

View File

@ -1,6 +1,6 @@
module github.com/SmartHoneybee/ubiquitous-memory/dependabot module github.com/SmartHoneybee/ubiquitous-memory/dependabot
go 1.16 go 1.18
require ( require (
github.com/mattermost/mattermost-server/v6 v6.7.0 github.com/mattermost/mattermost-server/v6 v6.7.0