Skip to content

Commit 9050548

Browse files
authored
Merge pull request #2036 from beemensameh/feature/go-1.21.0
Update golang to 1.21.0
2 parents 3419546 + 31ab022 commit 9050548

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/docs/scrapers/go.rb

Lines changed: 1 addition & 1 deletion
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.20.0'
4+
self.release = '1.21.0'
55
self.base_url = 'https://golang.org/pkg/'
66
self.links = {
77
home: 'https://golang.org/',

0 commit comments

Comments
 (0)