diff --git a/minio.yaml b/minio.yaml index 31f787ff5b6..f68ee70afaa 100644 --- a/minio.yaml +++ b/minio.yaml @@ -3,7 +3,7 @@ package: # minio uses strange versioning, the upstream version is RELEASE.2023-10-25T06-33-25Z # when bumping this, also bump the tag in git-checkout below version: 0.20231220.010002 - epoch: 1 + epoch: 2 description: Multi-Cloud Object Storage copyright: - license: AGPL-3.0-or-later @@ -24,6 +24,10 @@ pipeline: tag: RELEASE.2023-12-20T01-00-02Z expected-commit: 7a311a3b666a0e5476fbde24d4413220876d9df2 + - uses: go/bump + with: + deps: github.com/lestrrat-go/jwx@v1.2.28 + - runs: | make build mkdir -p ${{targets.destdir}}/usr/bin