File tree Expand file tree Collapse file tree 7 files changed +9
-9
lines changed Expand file tree Collapse file tree 7 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 4242      - name : Install Go 
4343        uses : actions/setup-go@v5 
4444        with :
45-           go-version : " 1.24 " 
45+           go-version : " 1.25 " 
4646      #  Initializes the CodeQL tools for scanning.
4747      - name : Initialize CodeQL 
4848        uses : github/codeql-action/init@v3 
Original file line number Diff line number Diff line change 1818      - uses : actions/checkout@v4 
1919      - uses : actions/setup-go@v5 
2020        with :
21-           go-version : " 1.24 " 
21+           go-version : " 1.25 " 
2222      - name : golangci-lint 
2323        uses : golangci/golangci-lint-action@v6 
2424        with :
Original file line number Diff line number Diff line change 1919      - name : Install Go 
2020        uses : actions/setup-go@v5 
2121        with :
22-           go-version : " 1.24 " 
22+           go-version : " 1.25 " 
2323
2424      - name : Run Head 
2525        run : | 
Original file line number Diff line number Diff line change 3636      - name : Set up Go 
3737        uses : actions/setup-go@v5 
3838        with :
39-           go-version : " 1.24 " 
39+           go-version : " 1.25 " 
4040      - name : Cosign install 
4141        uses : sigstore/cosign-installer@d58896d6a1865668819e1d91763c7751a165e159  #  v3.9.2
4242      - name : Install UPX 
Original file line number Diff line number Diff line change 1212      - name : Install Go 
1313        uses : actions/setup-go@v5 
1414        with :
15-           go-version : " 1.24 " 
15+           go-version : " 1.25 " 
1616      - name : Smoke 
1717        run : | 
1818          set -e 
2727      - name : Install Go 
2828        uses : actions/setup-go@v5 
2929        with :
30-           go-version : " 1.24 " 
30+           go-version : " 1.25 " 
3131      - name : Run trufflehog 
3232        run : | 
3333          set -e 
Original file line number Diff line number Diff line change 2222      - name : Install Go 
2323        uses : actions/setup-go@v5 
2424        with :
25-           go-version : " 1.24 " 
25+           go-version : " 1.25 " 
2626      - id : " auth" 
2727        uses : " google-github-actions/auth@v2" 
2828        with :
6464      - name : Install Go 
6565        uses : actions/setup-go@v5 
6666        with :
67-           go-version : " 1.24 " 
67+           go-version : " 1.25 " 
6868      - name : Test 
6969        run : make test-community 
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module github.com/trufflesecurity/trufflehog/v3
22
33go  1.24 
44
5- toolchain  go1.24.5  
5+ toolchain  go1.25.0  
66
77replace  github.com/jpillora/overseer  => github.com/trufflesecurity/overseer  v1.2.8 
88
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments