summaryrefslogtreecommitdiff
path: root/config/software/asdf_golang.rb
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-09-09 15:34:17 +0000
committermo khan <mo.khan@gmail.com>2020-09-09 15:34:17 +0000
commit442402496d0107fa69de61e966215e06f95506e8 (patch)
treea889c46e68ac7ccc1dbcc956f595a11f2ca58996 /config/software/asdf_golang.rb
parent7c48761abcd59ca79c01f730653c1485ccbdebdd (diff)
parentb9f3bd95b1b7dd4b7a62c02af569a97471a1e45d (diff)
Merge branch 'eread/fix-references-to-go-version' into 'master'v3.25.2
Change references to Go to version 1.15.1 See merge request gitlab-org/security-products/license-management!216
Diffstat (limited to 'config/software/asdf_golang.rb')
-rw-r--r--config/software/asdf_golang.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/software/asdf_golang.rb b/config/software/asdf_golang.rb
index f412649..80d5cdd 100644
--- a/config/software/asdf_golang.rb
+++ b/config/software/asdf_golang.rb
@@ -1,7 +1,7 @@
# frozen_string_literal: true
name "asdf_golang"
-default_version "1.14.6"
+default_version "1.15.1"
source url: "https://golang.org/dl/go#{version}.linux-amd64.tar.gz"
relative_path "go"