summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2019-08-09 23:04:45 +0200
committerGitHub <noreply@github.com>2019-08-09 23:04:45 +0200
commit2018faaf7842453490a1fe8a47aaf4254caa62fd (patch)
tree003a725ceaf416d1977b7b1406ccd2461ae05845 /Makefile
parentbb80586e275fe0d3f47700ec54c9718a28b1e59c (diff)
parent580795077e86e1ca2445b2891a38fb74db3b4574 (diff)
downloadpodman-2018faaf7842453490a1fe8a47aaf4254caa62fd.tar.gz
podman-2018faaf7842453490a1fe8a47aaf4254caa62fd.tar.bz2
podman-2018faaf7842453490a1fe8a47aaf4254caa62fd.zip
Merge pull request #3776 from mheon/bump-1.5.0
Bump to v1.5.0
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index dbc10aa8c..30b17fc5b 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ export GO111MODULE=off
GO ?= go
DESTDIR ?=
-EPOCH_TEST_COMMIT ?= 55e028a12ee003e057c65e376fe4b723d28ae52e
+EPOCH_TEST_COMMIT ?= bb80586e275fe0d3f47700ec54c9718a28b1e59c
HEAD ?= HEAD
CHANGELOG_BASE ?= HEAD~
CHANGELOG_TARGET ?= HEAD