File tree Expand file tree Collapse file tree 10 files changed +17
-14
lines changed Expand file tree Collapse file tree 10 files changed +17
-14
lines changed Original file line number Diff line number Diff line change 2424 - name : Set up Go
2525 uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # refs/tags/v6.0.0
2626 with :
27- go-version : " 1.24 "
27+ go-version : " 1.25 "
2828 - name : Set up tools
2929 run : |
3030 # Install ginkgo version from go.mod
Original file line number Diff line number Diff line change 2323 - name : Set up Go
2424 uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # refs/tags/v6.0.0
2525 with :
26- go-version : " 1.24 "
26+ go-version : " 1.25 "
2727 - name : Set up tools
2828 run : |
2929 # Install ginkgo version from go.mod
Original file line number Diff line number Diff line change 2323 - name : Set up Go
2424 uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # refs/tags/v6.0.0
2525 with :
26- go-version : " 1.24 "
26+ go-version : " 1.25 "
2727 - name : Set up tools
2828 run : |
2929 # Install ginkgo version from go.mod
Original file line number Diff line number Diff line change 1717 - name : Set up Go
1818 uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # refs/tags/v6.0.0
1919 with :
20- go-version : " 1.24 "
20+ go-version : " 1.25 "
2121 check-latest : true
2222 - name : Set up tools
2323 run : |
5454 - name : Set up Go
5555 uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # refs/tags/v6.0.0
5656 with :
57- go-version : " 1.24 "
57+ go-version : " 1.25 "
5858 check-latest : true
5959 - name : Build CNI images
6060 run : make multi-arch-cni-build
7171 - name : Set up Go
7272 uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # refs/tags/v6.0.0
7373 with :
74- go-version : " 1.24 "
74+ go-version : " 1.25 "
7575 check-latest : true
7676 - name : Build CNI Init images
7777 run : make multi-arch-cni-init-build
Original file line number Diff line number Diff line change 2929 - name : Set up Go
3030 uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # refs/tags/v6.0.0
3131 with :
32- go-version : " 1.24 "
32+ go-version : " 1.25 "
3333 - name : Set up tools
3434 run : |
3535 # Install ginkgo version from go.mod
Original file line number Diff line number Diff line change 2222 - name : Set up Go
2323 uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # refs/tags/v6.0.0
2424 with :
25- go-version : " 1.24 "
25+ go-version : " 1.25 "
2626 - name : Generate CNI YAML
2727 run : make generate-cni-yaml
2828 - name : Create eks-charts PR
Original file line number Diff line number Diff line change 1818 - name : Set up Go
1919 uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # refs/tags/v6.0.0
2020 with :
21- go-version : " 1.24 "
21+ go-version : " 1.25 "
2222 - name : Set up tools
2323 run : |
2424 # Install ginkgo version from go.mod
Original file line number Diff line number Diff line change 2323 - name : Set up Go
2424 uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # refs/tags/v6.0.0
2525 with :
26- go-version : " 1.24 "
26+ go-version : " 1.25 "
2727 - name : Set up tools
2828 run : |
2929 # Install ginkgo version from go.mod
Original file line number Diff line number Diff line change 11module github.com/aws/amazon-vpc-cni-k8s/test/agent
22
3- go 1.24.1
3+ go 1.25.3
44
55require (
6+ github.com/aws/amazon-vpc-cni-k8s v1.20.4
67 github.com/coreos/go-iptables v0.8.0
78 github.com/vishvananda/netlink v1.3.1
8- golang.org/x/sys v0.32 .0
9+ golang.org/x/sys v0.34 .0
910)
1011
1112require github.com/vishvananda/netns v0.0.5 // indirect
Original file line number Diff line number Diff line change 1+ github.com/aws/amazon-vpc-cni-k8s v1.20.4 h1:GLij+rFUE6gtUncGXeJqwlzDx10CTzDCf3746YXa1m8 =
2+ github.com/aws/amazon-vpc-cni-k8s v1.20.4 /go.mod h1:HfKBVKc/z9vSFZN06uWOWfwFKthvl10hGoSWhIwiF0A =
13github.com/coreos/go-iptables v0.8.0 h1:MPc2P89IhuVpLI7ETL/2tx3XZ61VeICZjYqDEgNsPRc =
24github.com/coreos/go-iptables v0.8.0 /go.mod h1:Qe8Bv2Xik5FyTXwgIbLAnv2sWSBmvWdFETJConOQ//Q =
35github.com/vishvananda/netlink v1.3.1 h1:3AEMt62VKqz90r0tmNhog0r/PpWKmrEShJU0wJW6bV0 =
@@ -6,5 +8,5 @@ github.com/vishvananda/netns v0.0.5 h1:DfiHV+j8bA32MFM7bfEunvT8IAqQ/NzSJHtcmW5zd
68github.com/vishvananda/netns v0.0.5 /go.mod h1:SpkAiCQRtJ6TvvxPnOSyH3BMl6unz3xZlaprSwhNNJM =
79golang.org/x/sys v0.2.0 /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
810golang.org/x/sys v0.10.0 /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
9- golang.org/x/sys v0.32 .0 h1:s77OFDvIQeibCmezSnk/q6iAfkdiQaJi4VzroCFrN20 =
10- golang.org/x/sys v0.32 .0 /go.mod h1:BJP2sWEmIv4KK5OTEluFJCKSidICx8ciO85XgH3Ak8k =
11+ golang.org/x/sys v0.34 .0 h1:H5Y5sJ2L2JRdyv7ROF1he/lPdvFsd0mJHFw2ThKHxLA =
12+ golang.org/x/sys v0.34 .0 /go.mod h1:BJP2sWEmIv4KK5OTEluFJCKSidICx8ciO85XgH3Ak8k =
You can’t perform that action at this time.
0 commit comments