update mm server builder to use go 1.16.7 (#18107)

Этот коммит содержится в:
Carlos Tadeu Panato Junior
2021-08-10 18:53:35 +02:00
коммит произвёл GitHub
родитель 555656d0f9
Коммит 2982cc6f4e
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:20210720_golang-1.16.6` which is based on Go 1.16.5 you can use for MM versions >= `5.38.x`
- `mattermost/mattermost-build-server:20210810_golang-1.16.7` which is based on Go 1.16.X 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:20210720_golang-1.16.6 bash
mattermost/mattermost-build-server:20210810_golang-1.16.7 bash
}
down()