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 d6e0198 commit 7821fafCopy full SHA for 7821faf
.github/workflows/pr.yml
@@ -39,6 +39,7 @@ jobs:
39
run: |
40
# Chromium dependencies
41
apt-get update && apt-get install -y jq git \
42
+ zip unzip \
43
libnss3 \
44
libxss1 \
45
libasound2 \
.github/workflows/release.yml
@@ -37,7 +37,7 @@ jobs:
37
release:
38
runs-on: ubuntu-latest
container:
- image: golang:1.21-bullseye
+ image: golang:1.24-bookworm
env:
FOO: Bar
needs: set-version
0 commit comments