Skip to content

Commit 7821faf

Browse files
committed
fix: deps on PR workflow
1 parent d6e0198 commit 7821faf

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/pr.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
run: |
4040
# Chromium dependencies
4141
apt-get update && apt-get install -y jq git \
42+
zip unzip \
4243
libnss3 \
4344
libxss1 \
4445
libasound2 \

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
release:
3838
runs-on: ubuntu-latest
3939
container:
40-
image: golang:1.21-bullseye
40+
image: golang:1.24-bookworm
4141
env:
4242
FOO: Bar
4343
needs: set-version

0 commit comments

Comments
 (0)