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:
parent
542f871d30
commit
1b49e25db7
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.16.7
|
GO_VERSION: 1.18.1
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
2
build.sh
2
build.sh
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user