diff options
| -rw-r--r-- | config/software/asdf_golang.rb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/software/asdf_golang.rb b/config/software/asdf_golang.rb index d7e8fd2..f412649 100644 --- a/config/software/asdf_golang.rb +++ b/config/software/asdf_golang.rb @@ -15,6 +15,9 @@ end version "1.15" do source sha256: "2d75848ac606061efe52a8068d0e647b35ce487a15bb52272c427df485193602" end +version "1.15.1" do + source sha256: "70ac0dbf60a8ee9236f337ed0daa7a4c3b98f6186d4497826f68e97c0c0413f6" +end build do mkdir install_dir |
