Skip to content

Commit

Permalink
Update Mattermost to v7.0.1, mmctl to v7.0.0 (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
parnic-sks authored Jun 24, 2022
1 parent acc0ef0 commit 22102fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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=v6.7.1" >> $GITHUB_ENV
echo "MMCTL_RELEASE=v7.0.0" >> $GITHUB_ENV
- name: Pull docker image
run: 'docker pull "${{ env.DOCKER_IMAGE }}"'
Expand Down
2 changes: 1 addition & 1 deletion dependabot/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ module github.com/SmartHoneybee/ubiquitous-memory/dependabot
go 1.18

require (
github.com/mattermost/mattermost-server/v6 v7.0.0
github.com/mattermost/mattermost-server/v6 v7.0.1
github.com/mattermost/mmctl v0.0.0-20211221153052-1bb2fec4c15e
)

0 comments on commit 22102fd

Please sign in to comment.