Skip to content

Commit 957e91c

Browse files
committed
latest gvisor
1 parent dc018ea commit 957e91c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
(
5050
set -e
5151
ARCH="$(uname -m)"
52-
URL="https://storage.googleapis.com/gvisor/releases/release/20240325/${ARCH}"
52+
URL="https://storage.googleapis.com/gvisor/releases/release/latest/${ARCH}"
5353
wget --quiet "${URL}/runsc" "${URL}/runsc.sha512" \
5454
"${URL}/containerd-shim-runsc-v1" "${URL}/containerd-shim-runsc-v1.sha512"
5555
sha512sum -c runsc.sha512 \

0 commit comments

Comments
 (0)