parnic-sks
6 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
2 additions and
2 deletions
-
.github/workflows/release.yml
-
dependabot/go.mod
|
|
@ -57,7 +57,7 @@ jobs: |
|
|
|
- name: Set environment from runtime properties |
|
|
|
run: | |
|
|
|
echo "MATTERMOST_RELEASE=$(grep 'mattermost-server' dependabot/go.mod | cut -d' ' -f2)" >> $GITHUB_ENV |
|
|
|
echo "MMCTL_RELEASE=v7.4.0" >> $GITHUB_ENV |
|
|
|
echo "MMCTL_RELEASE=v7.5.2" >> $GITHUB_ENV |
|
|
|
|
|
|
|
- name: Pull docker image |
|
|
|
run: 'docker pull "${{ env.DOCKER_IMAGE }}"' |
|
|
|
|
|
@ -3,6 +3,6 @@ module github.com/SmartHoneybee/ubiquitous-memory/dependabot |
|
|
|
go 1.18 |
|
|
|
|
|
|
|
require ( |
|
|
|
github.com/mattermost/mattermost-server/v6 v7.4.0 |
|
|
|
github.com/mattermost/mattermost-server/v6 v7.5.2 |
|
|
|
github.com/mattermost/mmctl v0.0.0-20211221153052-1bb2fec4c15e |
|
|
|
) |