Skip to content

Commit

Permalink
Add Go 1.16 (#164)
Browse files Browse the repository at this point in the history
  • Loading branch information
radeksimko authored Feb 19, 2021
1 parent 39cabb4 commit 037dce0
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
15 changes: 15 additions & 0 deletions plugins/go-build/share/go-build/1.16.0
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
install_darwin_64bit "Go Darwin 64bit 1.16.0" "https://golang.org/dl/go1.16.darwin-amd64.tar.gz#6000a9522975d116bf76044967d7e69e04e982e9625330d9a539a8b45395f9a8"

install_darwin_arm "Go Darwin arm 1.16.0" "https://golang.org/dl/go1.16.darwin-arm64.tar.gz#4dac57c00168d30bbd02d95131d5de9ca88e04f2c5a29a404576f30ae9b54810"

install_bsd_32bit "Go Freebsd 32bit 1.16.0" "https://golang.org/dl/go1.16.freebsd-386.tar.gz#d7d6c70b05a7c2f68b48aab5ab8cb5116b8444c9ddad131673b152e7cff7c726"

install_bsd_64bit "Go Freebsd 64bit 1.16.0" "https://golang.org/dl/go1.16.freebsd-amd64.tar.gz#40b03216f6945fb6883a50604fc7f409a83f62171607229a9c598e701e684f8a"

install_linux_32bit "Go Linux 32bit 1.16.0" "https://golang.org/dl/go1.16.linux-386.tar.gz#ea435a1ac6d497b03e367fdfb74b33e961d813883468080f6e239b3b03bea6aa"

install_linux_64bit "Go Linux 64bit 1.16.0" "https://golang.org/dl/go1.16.linux-amd64.tar.gz#013a489ebb3e24ef3d915abe5b94c3286c070dfe0818d5bca8108f1d6e8440d2"

install_linux_arm "Go Linux arm 1.16.0" "https://golang.org/dl/go1.16.linux-armv6l.tar.gz#d1d9404b1dbd77afa2bdc70934e10fbfcf7d785c372efc29462bb7d83d0a32fd"

install_linux_arm_64bit "Go Linux arm 64bit 1.16.0" "https://golang.org/dl/go1.16.linux-arm64.tar.gz#3770f7eb22d05e25fbee8fb53c2a4e897da043eb83c69b9a14f8d98562cd8098"
3 changes: 3 additions & 0 deletions plugins/go-build/test/goenv-install.bats
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ OUT
1.15.6
1.15.7
1.15.8
1.16.0
1.16beta1
OUT
}
Expand Down Expand Up @@ -552,6 +553,7 @@ Available versions:
1.15.6
1.15.7
1.15.8
1.16.0
1.16beta1
OUT
}
Expand Down Expand Up @@ -699,6 +701,7 @@ Available versions:
1.15.6
1.15.7
1.15.8
1.16.0
1.16beta1
OUT
}
Expand Down

0 comments on commit 037dce0

Please sign in to comment.