Skip to content

Commit

Permalink
all: update other go version and runsc references
Browse files Browse the repository at this point in the history
Change-Id: Ifbfa5d61caa1910d6ff457746aa6fdc684bf3497
Reviewed-on: https://go-review.googlesource.com/c/pkgsite-metrics/+/619575
Reviewed-by: Jonathan Amsterdam <[email protected]>
LUCI-TryBot-Result: Go LUCI <[email protected]>
  • Loading branch information
zpavlinovic committed Oct 11, 2024
1 parent 4284795 commit c46d717
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions deploy/worker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ substitutions:

steps:
- id: Lock
name: golang:1.22.2
name: golang:1.23.0
entrypoint: bash
args:
- -ec
Expand All @@ -27,7 +27,7 @@ steps:
- id: Test
# Run tests. Do this early, to avoid wasting time if they fail.
name: golang:1.22.2
name: golang:1.23.0
entrypoint: bash
args:
- -ec
Expand Down
2 changes: 1 addition & 1 deletion internal/sandbox/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ test: /usr/local/bin/runsc testbundle


# Release version must match the one in cmd/worker/Dockerfile.
RUNSC_URL := https://storage.googleapis.com/gvisor/releases/release/20240722.0/$(shell uname -m)
RUNSC_URL := https://storage.googleapis.com/gvisor/releases/release/20240930.0/$(shell uname -m)

# This is an edited version of the commands at https://gvisor.dev/docs/user_guide/install.
/usr/local/bin/runsc:
Expand Down

0 comments on commit c46d717

Please sign in to comment.