mirror of
				https://gitea.com/Lydanne/buildx.git
				synced 2025-11-04 10:03:42 +08:00 
			
		
		
		
	vendor: update buildkit to 539be170
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
This commit is contained in:
		
							
								
								
									
										2
									
								
								vendor/google.golang.org/grpc/balancer/grpclb/state/state.go
									
									
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								vendor/google.golang.org/grpc/balancer/grpclb/state/state.go
									
									
									
										generated
									
									
										vendored
									
									
								
							@@ -39,7 +39,7 @@ type State struct {
 | 
			
		||||
// Set returns a copy of the provided state with attributes containing s.  s's
 | 
			
		||||
// data should not be mutated after calling Set.
 | 
			
		||||
func Set(state resolver.State, s *State) resolver.State {
 | 
			
		||||
	state.Attributes = state.Attributes.WithValues(key, s)
 | 
			
		||||
	state.Attributes = state.Attributes.WithValue(key, s)
 | 
			
		||||
	return state
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user