File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2626      - name : Set up Go 
2727        uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a  #  v5.2.0
2828        with :
29-           go-version : " 1.23 " 
29+           go-version : " 1.24 " 
3030
3131      - name : Build 
3232        run : go build . 
4444      fail-fast : false 
4545      matrix :
4646        os : [ubuntu-latest, macos-latest, windows-latest] 
47-         go : ["1.21", "1.22", "1.23"] 
47+         go : ["1.21", "1.22", "1.23", "1.24" ] 
4848        tags : ["", "viper_finder", "viper_bind_struct"] 
4949
5050    steps :
@@ -75,12 +75,12 @@ jobs:
7575      - name : Set up Go 
7676        uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a  #  v5.2.0
7777        with :
78-           go-version : " 1.23 " 
78+           go-version : " 1.24 " 
7979
8080      - name : Lint 
8181        uses : golangci/golangci-lint-action@971e284b6050e8a5849b72094c50ab08da042db8  #  v6.1.1
8282        with :
83-           version : v1.60.3  
83+           version : v1.64.5  
8484
8585  dev :
8686    name : Developer environment 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments