gnu: Go: Update to 1.17.11.

* gnu/packages/golang.scm (go-1.17): Update to 1.17.11.
This commit is contained in:
Leo Famulari 2022-07-05 13:36:54 -04:00
parent c72c3e851b
commit fca8991850
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -628,7 +628,7 @@ (define-public go-1.17
(package
(inherit go-1.16)
(name "go")
(version "1.17.9")
(version "1.17.11")
(source
(origin
(method git-fetch)
@ -638,7 +638,7 @@ (define-public go-1.17
(file-name (git-file-name name version))
(sha256
(base32
"02l6gxn738kam1niy2nl2wpsbzl4x87h2wik6hd3py19kq4z2flw"))))
"11wy6092qm7v0n10cjkyp49sbchqazi3vnij8k2sq7k7jaj63z5p"))))
(outputs '("out" "tests")) ; 'tests' contains distribution tests.
(arguments
`(#:modules ((ice-9 match)