File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3030    - uses : actions/checkout@v4 
3131    - uses : actions/setup-go@v5 
3232      with :
33-         go-version : ' 1.22.5 ' 
33+         go-version : ' 1.22.8 ' 
3434
3535    - name : install gotestsum 
3636      run : go install gotest.tools/gotestsum@latest 
7878    - uses : actions/checkout@v4 
7979    - uses : actions/setup-go@v5 
8080      with :
81-         go-version : ' 1.22.5 ' 
81+         go-version : ' 1.22.8 ' 
8282    - run : go install golang.org/x/vuln/cmd/govulncheck@latest 
8383    - run : govulncheck ./... 
Original file line number Diff line number Diff line change 11#  STEP 1: Build sqlc
2- FROM  golang:1.23.1  AS builder
2+ FROM  golang:1.23.2  AS builder
33
44COPY  . /workspace
55WORKDIR  /workspace
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module github.com/sqlc-dev/sqlc
22
33go  1.22 
44
5- toolchain  go1.22.5  
5+ toolchain  go1.22.8  
66
77require  (
88	github.com/antlr4-go/antlr/v4  v4.13.1 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments