Skip to content

Commit

Permalink
Support Go 1.19.1 and 1.18.6 (#245)
Browse files Browse the repository at this point in the history
* Support Go 1.19.1

* Support Go 1.18.6
  • Loading branch information
nakakoh authored Sep 11, 2022
1 parent f2acd3c commit 337ce1f
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 0 deletions.
15 changes: 15 additions & 0 deletions plugins/go-build/share/go-build/1.18.6
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
install_darwin_64bit "Go Darwin 64bit 1.18.6" "https://golang.org/dl/go1.18.6.darwin-amd64.tar.gz#05ef7855970fd9caf4e8d34fe73146cffcff740b80d00189d129302f13d22e6b"

install_darwin_arm "Go Darwin arm 1.18.6" "https://golang.org/dl/go1.18.6.darwin-arm64.tar.gz#bbe22ae2f9d284b0decd67baf82a8ec840f31ca312915af1afba8adfa764e23c"

install_bsd_32bit "Go Freebsd 32bit 1.18.6" "https://golang.org/dl/go1.18.6.freebsd-386.tar.gz#a67db80be8e63dd15b90a6eb8d46af416d27884fc26484ef6cec7b4f50164415"

install_bsd_64bit "Go Freebsd 64bit 1.18.6" "https://golang.org/dl/go1.18.6.freebsd-amd64.tar.gz#e024b2e444fee5020063f80fd55083f43840d428e7c3569dbe7df94a6d133d62"

install_linux_32bit "Go Linux 32bit 1.18.6" "https://golang.org/dl/go1.18.6.linux-386.tar.gz#52a8ec92dc1c192fbbfc3c9583ded388edf14ee8b687b034e3c1034024bf2970"

install_linux_64bit "Go Linux 64bit 1.18.6" "https://golang.org/dl/go1.18.6.linux-amd64.tar.gz#bb05f179a773fed60c6a454a24141aaa7e71edfd0f2d465ad610a3b8f1dc7fe8"

install_linux_arm "Go Linux arm 1.18.6" "https://golang.org/dl/go1.18.6.linux-armv6l.tar.gz#fca2a46dfdab541f63afaa04029c0d75e934e05464bf8c4f636c9d9856dfdaf2"

install_linux_arm_64bit "Go Linux arm 64bit 1.18.6" "https://golang.org/dl/go1.18.6.linux-arm64.tar.gz#838ffa94158125f16e4aa667ee4f6b499ea57e3e35a7e2517ad357ea06714691"
15 changes: 15 additions & 0 deletions plugins/go-build/share/go-build/1.19.1
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
install_darwin_64bit "Go Darwin 64bit 1.19.1" "https://golang.org/dl/go1.19.1.darwin-amd64.tar.gz#b2828a2b05f0d2169afc74c11ed010775bf7cf0061822b275697b2f470495fb7"

install_darwin_arm "Go Darwin arm 1.19.1" "https://golang.org/dl/go1.19.1.darwin-arm64.tar.gz#e46aecce83a9289be16ce4ba9b8478a5b89b8aa0230171d5c6adbc0c66640548"

install_bsd_32bit "Go Freebsd 32bit 1.19.1" "https://golang.org/dl/go1.19.1.freebsd-386.tar.gz#cfaca8c1d5784d2bc21e12d8893cfd2dc885a60db4c1a9a95e4ffc694d0925ce"

install_bsd_64bit "Go Freebsd 64bit 1.19.1" "https://golang.org/dl/go1.19.1.freebsd-amd64.tar.gz#db5b8f232e12c655cc6cde6af1adf4d27d842541807802d747c86161e89efa0a"

install_linux_32bit "Go Linux 32bit 1.19.1" "https://golang.org/dl/go1.19.1.linux-386.tar.gz#9acc57342400c5b0c2da07b5b01b50da239dd4a7fad41a1fb56af8363ef4133f"

install_linux_64bit "Go Linux 64bit 1.19.1" "https://golang.org/dl/go1.19.1.linux-amd64.tar.gz#acc512fbab4f716a8f97a8b3fbaa9ddd39606a28be6c2515ef7c6c6311acffde"

install_linux_arm "Go Linux arm 1.19.1" "https://golang.org/dl/go1.19.1.linux-armv6l.tar.gz#efe93f5671621ee84ce5e262e1e21acbc72acefbaba360f21778abd083d4ad16"

install_linux_arm_64bit "Go Linux arm 64bit 1.19.1" "https://golang.org/dl/go1.19.1.linux-arm64.tar.gz#49960821948b9c6b14041430890eccee58c76b52e2dbaafce971c3c38d43df9f"
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 @@ -212,7 +212,9 @@ OUT
1.18.3
1.18.4
1.18.5
1.18.6
1.19.0
1.19.1
1.19beta1
OUT
}
Expand Down Expand Up @@ -653,7 +655,9 @@ Available versions:
1.18.3
1.18.4
1.18.5
1.18.6
1.19.0
1.19.1
1.19beta1
OUT
}
Expand Down Expand Up @@ -851,7 +855,9 @@ Available versions:
1.18.3
1.18.4
1.18.5
1.18.6
1.19.0
1.19.1
1.19beta1
OUT
}
Expand Down

0 comments on commit 337ce1f

Please sign in to comment.