mirror of
				https://gitea.com/Lydanne/buildx.git
				synced 2025-11-01 00:23:56 +08:00 
			
		
		
		
	vendor: update buildkit to f238f1e
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
This commit is contained in:
		
							
								
								
									
										15
									
								
								vendor/google.golang.org/grpc/internal/envconfig/envconfig.go
									
									
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										15
									
								
								vendor/google.golang.org/grpc/internal/envconfig/envconfig.go
									
									
									
										generated
									
									
										vendored
									
									
								
							| @@ -34,13 +34,9 @@ const ( | ||||
| type RequireHandshakeSetting int | ||||
|  | ||||
| const ( | ||||
| 	// RequireHandshakeHybrid (default, deprecated) indicates to not wait for | ||||
| 	// handshake before considering a connection ready, but wait before | ||||
| 	// considering successful. | ||||
| 	RequireHandshakeHybrid RequireHandshakeSetting = iota | ||||
| 	// RequireHandshakeOn (default after the 1.17 release) indicates to wait | ||||
| 	// for handshake before considering a connection ready/successful. | ||||
| 	RequireHandshakeOn | ||||
| 	// RequireHandshakeOn indicates to wait for handshake before considering a | ||||
| 	// connection ready/successful. | ||||
| 	RequireHandshakeOn RequireHandshakeSetting = iota | ||||
| 	// RequireHandshakeOff indicates to not wait for handshake before | ||||
| 	// considering a connection ready/successful. | ||||
| 	RequireHandshakeOff | ||||
| @@ -53,7 +49,7 @@ var ( | ||||
| 	// environment variable. | ||||
| 	// | ||||
| 	// Will be removed after the 1.18 release. | ||||
| 	RequireHandshake RequireHandshakeSetting | ||||
| 	RequireHandshake = RequireHandshakeOn | ||||
| ) | ||||
|  | ||||
| func init() { | ||||
| @@ -64,8 +60,5 @@ func init() { | ||||
| 		RequireHandshake = RequireHandshakeOn | ||||
| 	case "off": | ||||
| 		RequireHandshake = RequireHandshakeOff | ||||
| 	case "hybrid": | ||||
| 		// Will be removed after the 1.17 release. | ||||
| 		RequireHandshake = RequireHandshakeHybrid | ||||
| 	} | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Tonis Tiigi
					Tonis Tiigi