diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm index 10ea7019afd..bc25793fae5 100644 --- a/gnu/packages/golang-xyz.scm +++ b/gnu/packages/golang-xyz.scm @@ -2746,6 +2746,7 @@ strings into words like a POSIX or Windows shell would.") (build-system go-build-system) (arguments (list + #:go go-1.23 #:import-path "github.com/BurntSushi/toml")) (home-page "https://github.com/BurntSushi/toml") (synopsis "Toml parser and encoder for Go")