mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-11-03 08:02:36 +09:00 
			
		
		
		
	fix go version (#34299)
go cmd will download and cache a copy of the Go toolchain, go1.24 is not a valid version since https://github.com/golang/go/issues/57631.
This commit is contained in:
		
							
								
								
									
										2
									
								
								go.mod
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								go.mod
									
									
									
									
									
								
							@@ -1,6 +1,6 @@
 | 
				
			|||||||
module code.gitea.io/gitea
 | 
					module code.gitea.io/gitea
 | 
				
			||||||
 | 
					
 | 
				
			||||||
go 1.24
 | 
					go 1.24.2
 | 
				
			||||||
 | 
					
 | 
				
			||||||
// rfc5280 said: "The serial number is an integer assigned by the CA to each certificate."
 | 
					// rfc5280 said: "The serial number is an integer assigned by the CA to each certificate."
 | 
				
			||||||
// But some CAs use negative serial number, just relax the check. related:
 | 
					// But some CAs use negative serial number, just relax the check. related:
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user