diff options
| author | Evan Read <eread@gitlab.com> | 2020-09-09 17:57:57 +1000 |
|---|---|---|
| committer | Evan Read <eread@gitlab.com> | 2020-09-09 19:58:44 +1000 |
| commit | b9f3bd95b1b7dd4b7a62c02af569a97471a1e45d (patch) | |
| tree | a889c46e68ac7ccc1dbcc956f595a11f2ca58996 /config/software | |
| parent | 7c48761abcd59ca79c01f730653c1485ccbdebdd (diff) | |
Change references to Go to version 1.15.1
Diffstat (limited to 'config/software')
| -rw-r--r-- | config/software/asdf_golang.rb | 2 |
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" |
