diff --git a/mattermost-10.2.yaml b/mattermost-10.2.yaml index 8558c41d921..07260181c57 100644 --- a/mattermost-10.2.yaml +++ b/mattermost-10.2.yaml @@ -1,7 +1,7 @@ package: name: mattermost-10.2 version: 10.2.1 - epoch: 0 + epoch: 1 description: "Mattermost is an open source platform for secure collaboration across the entire software development lifecycle." copyright: - license: MIT @@ -44,6 +44,10 @@ pipeline: tag: v${{package.version}} expected-commit: d5218ee031bcd31f69a027b183cac72a6142b351 + - uses: go/bump + with: + deps: golang.org/x/crypto@v0.31.0 + - runs: | mkdir -p ${{targets.contextdir}}/usr/bin for dir in bin data logs config plugins fonts i18n templates client test; do