Merge pull request #2036 from beemensameh/feature/go-1.21.0

Update golang to 1.21.0
pull/2043/head
Simon Legner 1 year ago committed by GitHub
commit 90505480ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,7 +1,7 @@
module Docs module Docs
class Go < UrlScraper class Go < UrlScraper
self.type = 'go' self.type = 'go'
self.release = '1.20.0' self.release = '1.21.0'
self.base_url = 'https://golang.org/pkg/' self.base_url = 'https://golang.org/pkg/'
self.links = { self.links = {
home: 'https://golang.org/', home: 'https://golang.org/',

Loading…
Cancel
Save