You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CI/GHA: bump github actions used to latest versions
Since actions/setup-go@v4 it caches some go directories to speed up
building, testing etc. Alas, we link our code against different
libseccomp versions, and such caching my screw up builds.
To fix this, add libseccomp version information to cache keys. The only
way to do so in actions/setup-go is a file, so supply it with
libseccomp.pc which contains libseccomp version and is otherwise rarely
updated.
Signed-off-by: Kir Kolyshkin <[email protected]>
0 commit comments