File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed 
lambda-extensions/sumoclient Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2323      - name : Setup Go environment 
2424        uses : actions/setup-go@v5 
2525        with :
26-           go-version : 1.22  
26+           go-version : 1.24  
2727
2828      - name : Checking compilation errors while generating image 
2929        run : env GOOS=linux go build -o "sumologic-extension" "lambda-extensions/sumologic-extension.go" 
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ import (
1919
2020func  setupEnv () {
2121	_  =  os .Setenv ("SUMO_NUM_RETRIES" , "3" )
22- 	_  =  os .Setenv ("SUMO_S3_BUCKET_NAME" , "test-bucket-sumo-90 " )
22+ 	_  =  os .Setenv ("SUMO_S3_BUCKET_NAME" , "test-bucket" )
2323	_  =  os .Setenv ("SUMO_S3_BUCKET_REGION" , "us-east-1" )
2424	_  =  os .Setenv ("AWS_LAMBDA_FUNCTION_NAME" , "himlambda" )
2525	_  =  os .Setenv ("AWS_LAMBDA_FUNCTION_VERSION" , "Latest$" )
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments