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.
2 parents b825da3 + 6247ec0 commit bd9962bCopy full SHA for bd9962b
.github/workflows/buildifier.yaml
@@ -14,9 +14,9 @@ jobs:
14
steps:
15
- name: Setup go
16
id: go
17
- uses: actions/setup-go@v2
+ uses: actions/setup-go@v5
18
with:
19
- go-version: 1.17.x
+ go-version: '1.22'
20
21
- name: Check out code
22
uses: actions/checkout@v4.1.0
php/Dockerfile
@@ -47,6 +47,7 @@ RUN set -eux; \
47
gd \
48
intl \
49
pdo_mysql \
50
+ sockets \
51
zip \
52
; \
53
pecl install \
0 commit comments