We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc018ea commit 957e91cCopy full SHA for 957e91c
.github/workflows/go.yml
@@ -49,7 +49,7 @@ jobs:
49
(
50
set -e
51
ARCH="$(uname -m)"
52
- URL="https://storage.googleapis.com/gvisor/releases/release/20240325/${ARCH}"
+ URL="https://storage.googleapis.com/gvisor/releases/release/latest/${ARCH}"
53
wget --quiet "${URL}/runsc" "${URL}/runsc.sha512" \
54
"${URL}/containerd-shim-runsc-v1" "${URL}/containerd-shim-runsc-v1.sha512"
55
sha512sum -c runsc.sha512 \
0 commit comments