Skip to content

Commit 36dbce9

Browse files
authored
Update binapi for VPP 25.10 (#318)
1 parent 0cde6fd commit 36dbce9

156 files changed

Lines changed: 1826 additions & 263 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/ci.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
name: "Check go.mod"
4141
strategy:
4242
matrix:
43-
go: [ '1.24' ]
43+
go: [ '1.25' ]
4444
runs-on: ubuntu-latest
4545
steps:
4646
- name: "Checkout"
@@ -66,7 +66,7 @@ jobs:
6666
name: "Check generated binapi"
6767
strategy:
6868
matrix:
69-
go: [ '1.24' ]
69+
go: [ '1.25' ]
7070
env:
7171
VERSION: v0.12.0
7272
runs-on: ubuntu-latest
@@ -90,7 +90,7 @@ jobs:
9090
name: "Build and test"
9191
strategy:
9292
matrix:
93-
go: [ '1.24' ]
93+
go: [ '1.25' ]
9494
os: [ ubuntu-latest ]
9595
runs-on: ${{ matrix.os }}
9696
steps:
@@ -123,7 +123,7 @@ jobs:
123123
name: "GolangCI"
124124
strategy:
125125
matrix:
126-
go: [ '1.24' ]
126+
go: [ '1.25' ]
127127
runs-on: ubuntu-latest
128128
permissions:
129129
contents: read

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ jobs:
2727
matrix:
2828
version:
2929
- 'master'
30+
- '2510'
3031
- '2502'
3132
- '2406'
32-
- '2402'
3333

3434
steps:
3535
- name: "Checkout"
@@ -38,7 +38,7 @@ jobs:
3838
- name: "Setup Go"
3939
uses: actions/setup-go@v6
4040
with:
41-
go-version: '1.24'
41+
go-version: '1.25'
4242

4343
- name: "Run Tests"
4444
run: |

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG VPP_VERSION=v25.02
1+
ARG VPP_VERSION=v25.10
22
ARG UBUNTU_VERSION=22.04
33

44
FROM ubuntu:${UBUNTU_VERSION} as vppbuild
@@ -36,7 +36,7 @@ RUN set -eux; \
3636
rm -rf /var/lib/apt/lists/*; \
3737
rm -rf /pkg
3838

39-
FROM golang:1.22-alpine3.19 as binapi-generator
39+
FROM golang:1.25-alpine3.22 as binapi-generator
4040

4141
ENV GO111MODULE=on
4242
ENV CGO_ENABLED=0

Dockerfile.govpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.20
1+
FROM alpine:3.22
22

33
RUN set -eux; \
44
apk add --no-cache \

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ endif
4343
# Package cloud repo for VPP.
4444
VPP_REPO ?= release
4545
# VPP Docker image to use for api generation (gen-binapi-docker)
46-
VPP_IMG ?= ligato/vpp-base:25.02-release
46+
VPP_IMG ?= ligato/vpp-base:25.10-release
4747
# Local VPP directory used for binary api generation (gen-binapi-from-code)
4848
VPP_DIR ?=
4949
# Target directory for generated go api bindings

binapi/abf/abf.ba.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

binapi/acl/acl.ba.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

binapi/acl_types/acl_types.ba.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

binapi/adl/adl.ba.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

binapi/af_packet/af_packet.ba.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)