diff options
Diffstat (limited to 'spec/integration/go/modules_spec.rb')
| -rw-r--r-- | spec/integration/go/modules_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/integration/go/modules_spec.rb b/spec/integration/go/modules_spec.rb index 3c2daf1..034f454 100644 --- a/spec/integration/go/modules_spec.rb +++ b/spec/integration/go/modules_spec.rb @@ -13,7 +13,7 @@ RSpec.describe "modules" do system('rm -fr /opt/asdf/installs/golang/**/packages/pkg/') end - include_examples "each report version", "go", "modules" + include_examples "each report version", "go", "modules", "66bc04cf" ['1.11', '1.12', '1.13', '1.14', '1.15', '1.15.1'].each do |version| context "when scanning a go.mod and go.sum files with v#{version}" do |
