Make project go version more explicit 77/142277/3
authorFiete Ostkamp <fiete.ostkamp@telekom.de>
Fri, 17 Oct 2025 11:49:51 +0000 (13:49 +0200)
committerFiete Ostkamp <fiete.ostkamp@telekom.de>
Fri, 17 Oct 2025 13:10:04 +0000 (15:10 +0200)
commit4c7f8e989cd6364dc005144d6125361fd883cdbe
treed68ed7b8b8c151bafcd4fe3dff37f7e147e806b4
parent6db6bc3ff1fe7ba5542be27e77f3c8ef4c624e4c
Make project go version more explicit

- define GO_VERSION variable in build.sh that determines which go version
  is used to build the binaries
- align go version to 1.14 that is defined in all go.mod files [0]
- bump snapshot version to 0.10.3-SNAPSHOT

[0] the mod files all declared 1.13, but 1.14 was effectively used for the build

Issue-ID: MULTICLOUD-1520
Change-Id: I790db4352206ffe6a213472ec8e195b08ae423f4
Signed-off-by: Fiete Ostkamp <fiete.ostkamp@telekom.de>
deployments/build.sh
src/clm/go.mod
src/dcm/go.mod
src/k8splugin/go.mod
src/ncm/go.mod
src/orchestrator/go.mod
src/ovnaction/go.mod
src/rsync/go.mod