Skip to content

Commit 1e45458

Browse files
committed
build: use latest tag of tinygo-dev container for running tests
Signed-off-by: deadprogram <[email protected]>
1 parent cfa5103 commit 1e45458

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
jobs:
1212
build:
1313
runs-on: ubuntu-latest
14-
container: ghcr.io/tinygo-org/tinygo-dev
14+
container: ghcr.io/tinygo-org/tinygo-dev:latest
1515
steps:
1616
- name: Work around CVE-2022-24765
1717
# We're not on a multi-user machine, so this is safe.

0 commit comments

Comments
 (0)