Skip to content

Commit d31460e

Browse files
committed
Update Go documentation (1.23.0)
1 parent 0017548 commit d31460e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/docs/scrapers/go.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module Docs
22
class Go < UrlScraper
33
self.type = 'go'
4-
self.release = '1.22.0'
4+
self.release = '1.23.0'
55
self.base_url = 'https://golang.org/pkg/'
66
self.links = {
77
home: 'https://golang.org/',
@@ -10,7 +10,7 @@ class Go < UrlScraper
1010

1111
# Run godoc locally, since https://golang.org/pkg/ redirects to https://pkg.go.dev/std with rate limiting / scraping protection.
1212

13-
# podman run --net host --rm -it docker.io/golang:1.21.5
13+
# podman run --net host --rm -it docker.io/golang:1.23.0
1414
#podman# go install golang.org/x/tools/cmd/godoc@latest
1515
#podman# rm -r /usr/local/go/test/
1616
#podman# godoc -http 0.0.0.0:6060 -v

0 commit comments

Comments
 (0)