chore: update mockgen to final release candidate

This commit is contained in:
Lance R. Vick 2024-05-31 21:57:47 -07:00
parent dc57d8e6e0
commit 30a07604e9
No known key found for this signature in database
GPG key ID: 8E47A1EC35A1551D

View file

@ -1,6 +1,6 @@
FROM scratch as base
ENV VERSION=1.6.0
ENV SRC_HASH=470174971c3a63361149a30f5b2d3a716a198afeb6cc71daa30712faa7293942
ENV VERSION=1.7.0-rc.1
ENV SRC_HASH=69c7b1a9f65644d14c4566835dc56a480e4cf4b34f4cc44c607455bd133fb23e
ENV SRC_FILE=v${VERSION}.tar.gz
ENV SRC_SITE=https://github.com/golang/mock/archive/refs/tags/${SRC_FILE}