diff options
| author | mo khan <mo.khan@gmail.com> | 2020-11-06 00:55:02 +0000 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-11-06 00:55:02 +0000 |
| commit | af39e905c599ab5cbd0d309f1a1546372f912b4e (patch) | |
| tree | 793cb2505c31fd0ad9df1cdd15ba6dd4e5209dda /spec/integration/go/modules_spec.rb | |
| parent | ec921238b54da56fad30a35801ba67c20cf9c26d (diff) | |
Pin tests to git hash
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 |
