Mohammad Issa 435ba6e194 debian-pkg: Update golang for cni plugins
This commit updates the containernetworking-plugins and
bond-cni pkgs to use golang-1.18.

Test Plan:
- PASS: downloader
- PASS: build pkgs
- PASS: build image
- PASS: the plugins are present at /var/opt/cni/bin/
- PASS: test the plugins' functionality

Story: 2010878
Task: 49619

Change-Id: Ie8e0f01502e74cf2fb7a4b3ba88c37b69609c297
Signed-off-by: Mohammad Issa <mohammad.issa@windriver.com>
2024-02-23 16:43:30 +00:00

25 lines
925 B
Plaintext

Source: bond-cni
Section: golang
Priority: optional
Maintainer: StarlingX Developers <starlingx-discuss@lists.starlingx.io>
Standards-Version: 4.6.0
Homepage: https://www.starlingx.io
Build-Depends: debhelper-compat (= 13),
dh-golang,
golang-1.18,
golang-github-appc-cni-dev,
golang-github-containernetworking-plugins-dev,
golang-github-vishvananda-netlink-dev,
golang-github-coreos-go-iptables-dev (>= 0.4.5~),
golang-github-safchain-ethtool-dev,
golang-golang-x-sys-dev,
XS-Go-Import-Path: github.com/intel/bond-cni
Package: bond-cni
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Built-Using: ${misc:Built-Using}
Description: Provides a binary for the bond-cni plugin.
Bonding provides a method for aggregating multiple network interfaces
into a single logical "bonded" interface.