diff --git a/source/git/source_test.go b/source/git/source_test.go index b3b861d549a6..6712340a25d5 100644 --- a/source/git/source_test.go +++ b/source/git/source_test.go @@ -589,7 +589,7 @@ func setupGitRepo(t *testing.T) gitRepoFixture { "echo sbb > foo13", "git add foo13", "git commit -m third", - "git tag lightweight-tag", + "git tag --no-sign lightweight-tag", "git checkout -B feature", "echo baz > ghi", "git add ghi",