Jelajahi Sumber

Update go to 1.21.0

update release version for golang to 1.21.0
Beemen Sameh 2 tahun lalu
induk
melakukan
31ab02280f
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      lib/docs/scrapers/go.rb

+ 1 - 1
lib/docs/scrapers/go.rb

@@ -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/',