File tree Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ ELASTICSEARCH_BUILD_VERSION=$(curl -sSk $external_elasticsearch_url | jq -r '.ve
4141ELASTICSEARCH_BUILD_HASH=$( curl -sSk $external_elasticsearch_url  |  jq -r ' .version.build_hash' ) 
4242
4343echo  -e " \033[34;1mINFO:\033[0m Download Elasticsearch specs... \033[0m" 
44- docker run --volume=$WORKSPACE /tmp:/tmp --workdir=/go-elasticsearch/internal/build --rm elastic/go-elasticsearch /bin/sh -c " 
44+ docker run -e ELASTICSEARCH_BUILD_VERSION= $ELASTICSEARCH_BUILD_VERSION  - -volume=$WORKSPACE /tmp:/tmp --workdir=/go-elasticsearch/internal/build --rm elastic/go-elasticsearch /bin/sh -c " 
4545  go mod download 
4646  go run main.go download-spec -o /tmp -d 
4747" 
Original file line number Diff line number Diff line change 1+ # 8.18.1  
2+ 
3+  *  This patch release fixes the broken build found in 8.18.0. If you are using the ` TypedClient ` , you should update to this version.
4+ 
15# 8.18.0  
26
37*  Update ` elastictransport `  to ` 8.7.0 ` .
Original file line number Diff line number Diff line change @@ -16,3 +16,5 @@ require (
1616	go.opentelemetry.io/otel/metric  v1.28.0  //  indirect
1717	golang.org/x/sys  v0.19.0  //  indirect
1818)
19+ 
20+ retract  v8.18.0 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments