Wade Simmons
Wade Simmons
This doesn't change our go.mod, which still only requires go1.22 as a minimum. It only changes our builds to use go1.23 so we have the latest improvements.
Starting with go1.23, we need to set -checklinkname=0 when building for boringcrypto because we need to use go:linkname to access `newGCMTLS`. Note that this does break builds when using a...
Currently you can set a default `-vault-addr` and `-vault-mount` when running vault-csi-provider. This change also adds `-audience` so you can set a default audience for generated service account tokens. Otherwise,...
Hello, I was reviewing this action and I'm curious why it doesn't just call `chown -R` to recursively set the ownership for all nested files and directories? Instead it loops...