Skip to content

Commit

Permalink
remove code specific to Go<1.14
Browse files Browse the repository at this point in the history
The TFCache.find() function made use of t.Cleanup(), which was not available
until Go 1.14.
  • Loading branch information
kmoe committed Oct 21, 2021
1 parent 9283005 commit 13740b9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 16 deletions.
2 changes: 0 additions & 2 deletions tfexec/internal/testutil/tfcache_find.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// +build go1.14

package testutil

import (
Expand Down
14 changes: 0 additions & 14 deletions tfexec/internal/testutil/tfcache_find_noop.go

This file was deleted.

0 comments on commit 13740b9

Please sign in to comment.