vhive-serverless / vHive

vHive: Open-source framework for serverless experimentation
MIT License
265 stars 84 forks source link

Downgrade Go to version 1.21.9 #969

Closed XunyiiZ closed 3 months ago

XunyiiZ commented 3 months ago

Summary

Downgrade GO version from 1.22.0 to 1.21.9

Implementation Notes :hammer_and_pick:

External Dependencies :four_leaf_clover:

Breaking API Changes :warning:

Simply specify none (N/A) if not applicable.

leokondrashov commented 3 months ago

Please merge your commits and sign it off (-s while making a commit, described here).

And you forgot the main place for go version to install: configs/setup/system.json

JooyoungPark73 commented 3 months ago

The error is probably caused by kubernetes-power-manager using Go version 1.21. A better solution is to set up multiple Go versions or change the Go version in the mod file of the K8s power manager, not downgrading the entire vhive ecosystem.

JooyoungPark73 commented 3 months ago

Ah, Invitro uses 1.21, so I guess it's up to you guys

leokondrashov commented 3 months ago

Why are we using 1.21.1 specifically? Current version is 1.21.9, can it be used?