File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1818        uses : https://github.com/cloudbees-io/checkout@v1 
1919
2020      - name : Self Test 
21-         uses : docker://golang:1.24.4  
21+         uses : docker://golang:1.24.6  
2222        run : | 
2323          make verify 
2424
@@ -113,7 +113,7 @@ jobs:
113113      - uses : ./.cloudbees/testing 
114114        with :
115115          repositories : calculi-corp/* 
116-       - uses : docker://golang:1.24.4  
116+       - uses : docker://golang:1.24.6  
117117        run : | 
118118          mkdir test 
119119          cd test 
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ FROM alpine:3.20.6 AS certs
22
33RUN  apk add -U --no-cache ca-certificates
44
5- FROM  golang:1.24.4 -alpine3.22 AS build
5+ FROM  golang:1.24.6 -alpine3.22 AS build
66
77WORKDIR  /work
88
@@ -16,7 +16,7 @@ RUN CGO_ENABLED=0 GOOS=linux go build -a -tags netgo -ldflags '-w -extldflags "-
1616
1717# # Add a secondary target that allows testing locally under similar conditions without modifying your local gitconfig
1818
19- FROM  golang:1.24.4  AS testing
19+ FROM  golang:1.24.6  AS testing
2020
2121COPY  --from=build /build-out/* /usr/local/bin/
2222
Original file line number Diff line number Diff line change 11module  github.com/cloudbees-io/configure-git-global-credentials 
22
3- go  1.24.4  
3+ go  1.24.6  
44
55require  (
66	github.com/go-git/go-git/v5  v5.16.2 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments