Skip to content

Commit

Permalink
Add 1.15.8 and 1.14.15 (#162)
Browse files Browse the repository at this point in the history
* add 1.15.8

* Add 1.14.15
  • Loading branch information
kangaechu authored Feb 15, 2021
1 parent 7dda591 commit 39cabb4
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 0 deletions.
13 changes: 13 additions & 0 deletions plugins/go-build/share/go-build/1.14.15
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
install_darwin_64bit "Go Darwin 64bit 1.14.15" "https://golang.org/dl/go1.14.15.darwin-amd64.tar.gz#cc116e7522d1d1bcb606ce413555c4f2d5c86c0c8d5e5074a0d57b303d8edb50"

install_bsd_32bit "Go Freebsd 32bit 1.14.15" "https://golang.org/dl/go1.14.15.freebsd-386.tar.gz#4d8eb68aa9bdc1d13cebe8884c6bf4f9cc0b8baea383620113ff6a2ac17c8d63"

install_bsd_64bit "Go Freebsd 64bit 1.14.15" "https://golang.org/dl/go1.14.15.freebsd-amd64.tar.gz#06b355212b788e348369e1d09bb55aed73da4b3569af5a5f8801dd88182df99f"

install_linux_32bit "Go Linux 32bit 1.14.15" "https://golang.org/dl/go1.14.15.linux-386.tar.gz#cab962eaf954378bbb5b24f703baf3b471e9690a109082dd688593fbb6f9008e"

install_linux_64bit "Go Linux 64bit 1.14.15" "https://golang.org/dl/go1.14.15.linux-amd64.tar.gz#c64a57b374a81f7cf1408d2c410a28c6f142414f1ffa9d1062de1d653b0ae0d6"

install_linux_arm "Go Linux arm 1.14.15" "https://golang.org/dl/go1.14.15.linux-armv6l.tar.gz#a63960d9b9c14954e299ffe060c0574ffb91ab810837da5941853b664d0652da"

install_linux_arm_64bit "Go Linux arm 64bit 1.14.15" "https://golang.org/dl/go1.14.15.linux-arm64.tar.gz#4d964166a189c22032521c63935437c304bb7f01673b196898cff525897a1c27"
13 changes: 13 additions & 0 deletions plugins/go-build/share/go-build/1.15.8
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
install_darwin_64bit "Go Darwin 64bit 1.15.8" "https://golang.org/dl/go1.15.8.darwin-amd64.tar.gz#7df8977d3befd2ec41479abed1c93aac93cb320dcbe4808950d28948911da854"

install_bsd_32bit "Go Freebsd 32bit 1.15.8" "https://golang.org/dl/go1.15.8.freebsd-386.tar.gz#46fbf0fe03910569113989bf608e56f847df685efccdcee29d8ab3b9752211f8"

install_bsd_64bit "Go Freebsd 64bit 1.15.8" "https://golang.org/dl/go1.15.8.freebsd-amd64.tar.gz#ec5b0e690593f8d6e1964221b1a95b2a3efdedcfd3562f4113cd1c0b6180a5ee"

install_linux_32bit "Go Linux 32bit 1.15.8" "https://golang.org/dl/go1.15.8.linux-386.tar.gz#a0cc9df6d04f89af8396278d171087894a453a03a950b0f60a4ac18b480f758f"

install_linux_64bit "Go Linux 64bit 1.15.8" "https://golang.org/dl/go1.15.8.linux-amd64.tar.gz#d3379c32a90fdf9382166f8f48034c459a8cc433730bc9476d39d9082c94583b"

install_linux_arm "Go Linux arm 1.15.8" "https://golang.org/dl/go1.15.8.linux-armv6l.tar.gz#708c398cb9e5029cfd5b654370978bf0e797d4d4a71153c06c7378db7e249a53"

install_linux_arm_64bit "Go Linux arm 64bit 1.15.8" "https://golang.org/dl/go1.15.7.linux-arm64.tar.gz#0e31ea4bf53496b0f0809730520dee98c0ae5c530f3701a19df0ba0a327bf3d2"
6 changes: 6 additions & 0 deletions plugins/go-build/test/goenv-install.bats
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ OUT
1.14.12
1.14.13
1.14.14
1.14.15
1.15.0
1.15beta1
1.15rc2
Expand All @@ -160,6 +161,7 @@ OUT
1.15.5
1.15.6
1.15.7
1.15.8
1.16beta1
OUT
}
Expand Down Expand Up @@ -538,6 +540,7 @@ Available versions:
1.14.12
1.14.13
1.14.14
1.14.15
1.15.0
1.15beta1
1.15rc2
Expand All @@ -548,6 +551,7 @@ Available versions:
1.15.5
1.15.6
1.15.7
1.15.8
1.16beta1
OUT
}
Expand Down Expand Up @@ -683,6 +687,7 @@ Available versions:
1.14.12
1.14.13
1.14.14
1.14.15
1.15.0
1.15beta1
1.15rc2
Expand All @@ -693,6 +698,7 @@ Available versions:
1.15.5
1.15.6
1.15.7
1.15.8
1.16beta1
OUT
}
Expand Down

0 comments on commit 39cabb4

Please sign in to comment.