Update go to 1.21.0

update release version for golang to 1.21.0
pull/2036/head
Beemen Sameh 1 year ago committed by GitHub
parent acbf684186
commit 31ab02280f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save