Closed jpbrucker closed 3 months ago
Thanks @jpbrucker, I confirm I can repro this on the latest main
(i.e., https://github.com/veraison/services/commit/b82111a3b29638ed5a587a690e5ace40824626e0).
Also, the fix you suggested works.
Since we are not relying on any specific delve feature introduced with v1.23.0 (the one that breaks), we can safely pin it to v1.22.1.
@setrofim what do you think?
@setrofim what do you think?
IMO, we're better off upgrading Go than letting things go stale on an old compiler version, but we can leave that discussion for later. I'm find with pinning to v1.22.1 as a quick fix for now.
I'll implement the fix.
I'll implement the fix.
ok, never mind :)
@setrofim what do you think?
IMO, we're better off upgrading Go than letting things go stale on an old compiler version, but we can leave that discussion for later. I'm find with pinning to v1.22.1 as a quick fix for now.
In general, I agree. I think in this situation a quick workaround is warranted.
I'll implement the fix.
oops :-)
What version of the package are you using?
Main branch, commit b82111a
What did you do?
make docker-deploy
Problem
Workaround
I did manage to build everything early last week, but when trying to rebuild on Thursday/Friday it didn't work anymore, so this is a recent issue. If I rollback the DLV version it works: