Browse Source

package/go: version bump to 1.18.10

go1.18.10 (released 2023-01-10) includes fixes to cgo, the compiler, the
linker, and the crypto/x509, net/http, and syscall packages.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Peter Korsgaard 2 years ago
parent
commit
262ffb09e8
2 changed files with 2 additions and 2 deletions
  1. 1 1
      package/go/go.hash
  2. 1 1
      package/go/go.mk

+ 1 - 1
package/go/go.hash

@@ -1,3 +1,3 @@
 # From https://go.dev/dl
 # From https://go.dev/dl
-sha256  fbe7f09b96aca3db6faeaf180da8bb632868ec049731e355ff61695197c0e3ea  go1.18.9.src.tar.gz
+sha256  9cedcca58845df0c9474ae00274c44a95c9dfaefb132fc59921c28c7c106f8e6  go1.18.10.src.tar.gz
 sha256  2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067  LICENSE
 sha256  2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067  LICENSE

+ 1 - 1
package/go/go.mk

@@ -4,7 +4,7 @@
 #
 #
 ################################################################################
 ################################################################################
 
 
-GO_VERSION = 1.18.9
+GO_VERSION = 1.18.10
 GO_SITE = https://storage.googleapis.com/golang
 GO_SITE = https://storage.googleapis.com/golang
 GO_SOURCE = go$(GO_VERSION).src.tar.gz
 GO_SOURCE = go$(GO_VERSION).src.tar.gz