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 @@ -20,10 +20,10 @@ jobs:
2020    runs-on : ubuntu-22.04 
2121    steps :
2222
23-       - name : Set up Go 1.24  
23+       - name : Set up Go 1.25  
2424        uses : actions/setup-go@v5 
2525        with :
26-           go-version : ' 1.24 ' 
26+           go-version : ' 1.25 ' 
2727        id : go 
2828
2929      - uses : actions/checkout@v4 
Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- FROM ghcr.io/appscode/dlv:1.24 
15+ FROM ghcr.io/appscode/dlv:1.25 
1616
1717FROM {ARG_FROM}
1818
Original file line number Diff line number Diff line change @@ -77,9 +77,9 @@ TAG              := $(VERSION)_$(OS)_$(ARCH)
7777TAG_PROD          := $(TAG ) 
7878TAG_DBG           := $(VERSION ) -dbg_$(OS ) _$(ARCH ) 
7979
80- GO_VERSION        ?= 1.24 
80+ GO_VERSION        ?= 1.25 
8181BUILD_IMAGE       ?= ghcr.io/appscode/golang-dev:$(GO_VERSION ) 
82- CHART_TEST_IMAGE  ?= quay.io/helmpack/chart-testing:v3.11 .0
82+ CHART_TEST_IMAGE  ?= quay.io/helmpack/chart-testing:v3.13 .0
8383
8484OUTBIN  = bin/$(BIN ) -$(OS ) -$(ARCH ) 
8585ifeq  ($(OS ) ,windows)
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments