update mattermost server build to use go 1.16.6 (#17969)

Signed-off-by: Carlos Panato <ctadeu@gmail.com>
Этот коммит содержится в:
Carlos Tadeu Panato Junior
2021-07-21 11:19:28 +02:00
коммит произвёл GitHub
родитель 338f6a9db7
Коммит 959834aefa
4 изменённых файлов: 12 добавлений и 12 удалений

Просмотреть файл

@@ -18,4 +18,4 @@ In our Docker Hub Repository we have the following images:
- `mattermost/mattermost-build-server:20200322_golang-1.14.1` which is based on Go 1.14.1 you can use for MM versions >= `5.24.x`
- `mattermost/mattermost-build-server:20201023_golang-1.14.6` which is based on Go 1.14.6 you can use for MM versions >= `5.25.x`
- `mattermost/mattermost-build-server:20201119_golang-1.15.5` which is based on Go 1.15.5 you can use for MM versions >= `5.26.x` to `5.37.x`
- `mattermost/mattermost-build-server:20210709_golang-1.16.5` which is based on Go 1.16.5 you can use for MM versions >= `5.38.x`
- `mattermost/mattermost-build-server:20210720_golang-1.16.6` which is based on Go 1.16.5 you can use for MM versions >= `5.38.x`

Просмотреть файл

@@ -32,7 +32,7 @@ up()
-e GOPATH="/go" \
-e MM_SQLSETTINGS_DATASOURCE="postgres://mmuser:mostest@postgres:5432/mattermost_test?sslmode=disable&connect_timeout=10" \
-e MM_SQLSETTINGS_DRIVERNAME=postgres
mattermost/mattermost-build-server:20210709_golang-1.16.5 bash
mattermost/mattermost-build-server:20210720_golang-1.16.6 bash
}
down()