File tree Expand file tree Collapse file tree 9 files changed +12
-12
lines changed Expand file tree Collapse file tree 9 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 1- golang-version=1.23 
1+ golang-version=1.24 
22kind-version=v0.25.0
33kind-image=kindest/node:v1.32.0
Original file line number Diff line number Diff line change 2121    - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332  #  v4.1.7
2222    - uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34  #  v5.3.0
2323      with :
24-         go-version : 1.23 .6 
24+         go-version : 1.24.1 .6 
2525    - name : Import environment variables from file 
2626      run : | 
2727        cat ".github/env" >> "$GITHUB_ENV" 
5353    - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332  #  v4.1.7
5454    - uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34  #  v5.3.0
5555      with :
56-         go-version : 1.23 .6 
56+         go-version : 1.24.1 .6 
5757    - name : Import environment variables from file 
5858      run : | 
5959        cat ".github/env" >> "$GITHUB_ENV" 
8585    - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332  #  v4.1.7
8686    - uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34  #  v5.3.0
8787      with :
88-         go-version : 1.23 .6 
88+         go-version : 1.24.1 .6 
8989    - name : Import environment variables from file 
9090      run : | 
9191        cat ".github/env" >> "$GITHUB_ENV" 
Original file line number Diff line number Diff line change 1515      - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332  #  v4.1.7
1616      - uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34  #  v5.3.0
1717        with :
18-           go-version : 1.23 .6 
18+           go-version : 1.24.1 .6 
1919      - run : | 
2020          set -euo pipefail 
2121
Original file line number Diff line number Diff line change 1616      - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332  #  v4.1.7
1717      - uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34  #  v5.3.0
1818        with :
19-           go-version : 1.23 .6 
19+           go-version : 1.24.1 .6 
2020      - name : tests 
2121        run : | 
2222          go install github.com/onsi/ginkgo/v2/ginkgo 
Original file line number Diff line number Diff line change 1515      - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332  #  v4.1.7
1616      - uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34  #  v5.3.0
1717        with :
18-           go-version : 1.23 .6 
18+           go-version : 1.24.1 .6 
1919      - name : golangci-lint 
2020        uses : golangci/golangci-lint-action@2e788936b09dd82dc280e845628a40d2ba6b204c  #  v6.3.1
2121        with :
Original file line number Diff line number Diff line change 1616      - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332  #  v4.1.7
1717      - uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34  #  v5.3.0
1818        with :
19-           go-version : 1.23 .6 
19+           go-version : 1.24.1 .6 
2020      - name : tests 
2121        run : | 
2222          make test 
Original file line number Diff line number Diff line change 11#  Build the manager binary
2- FROM  golang:1.23.6  AS builder
2+ FROM  golang:1.24.1  AS builder
33ARG  TARGETOS
44ARG  TARGETARCH
55
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ NetBox Operator extends the Kubernetes API by allowing users to manage NetBox re
1010
1111## Prerequisites  
1212
13- -  go version v1.23 .0+
13+ -  go version v1.24 .0+
1414-  docker version 17.03+
1515-  kubectl version v1.11.3+
1616-  Access to a Kubernetes v1.11.3+ cluster
Original file line number Diff line number Diff line change 33
44module  github.com/netbox-community/netbox-operator 
55
6- go  1.23 .0 
6+ go  1.24 .0 
77
8- toolchain  go1.23.6  
8+ toolchain  go1.24.1  
99
1010require  (
1111	github.com/go-logr/logr  v1.4.2 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments