diff options
| author | mo khan <mo.khan@gmail.com> | 2020-09-10 19:31:53 +0000 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-09-10 19:31:53 +0000 |
| commit | aa44fb0d5ca05da6780869fb187985a4600cb969 (patch) | |
| tree | 850ca482ea48dca003c7c4d582376ec5618d5520 /spec/integration/go/modules_spec.rb | |
| parent | d4da2eff19bd210d18b0dbb80aa305c6a955a644 (diff) | |
| parent | f4edc9a8e9c0a94056ecb80ec6333dfa42857a14 (diff) | |
Merge branch 'fix-go-patch-install-dir' into 'master'v3.25.4
Use golang_version as install directory for Go
See merge request gitlab-org/security-products/license-management!217
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 6486096..2048bdb 100644 --- a/spec/integration/go/modules_spec.rb +++ b/spec/integration/go/modules_spec.rb @@ -15,7 +15,7 @@ RSpec.describe "modules" do include_examples "each report version", "go", "modules" - ['1.11', '1.12', '1.13', '1.14', '1.15'].each do |version| + ['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 before do runner.add_file('main.go', fixture_file_content('go/main.go')) |
