Skip to content

Commit c631aba

Browse files
danpawlikgbraad
authored andcommitted
Increase timeout to 20m for golangci; update CentOS 9 stream checksum
The CI jobs receive timeout on executing job. Let's increase it to 20m. Also updated CentOS 9 stream container sha256 checksum to build the images in the CI. Signed-off-by: Daniel Pawlik <[email protected]>
1 parent d86f297 commit c631aba

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

oci/Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ RUN make build \
1212
&& curl -LO ${PULUMI_URL} \
1313
&& tar -xzvf pulumi-${PULUMI_VERSION}-linux-x64.tar.gz
1414

15-
FROM quay.io/centos/centos:stream9@sha256:a4c1969e2563bb58ef1ace327b72f8cc3f1a7e760a0724ba02820420b66cbb46
15+
FROM quay.io/centos/centos:stream9@sha256:5e9069a89b1766ca979f0bf6eafcd4e3725adb9e873776a80ade285c65aa4fb7
1616

1717
LABEL MAINTAINER "CRC <[email protected]>"
1818

vendor/github.com/pulumi/esc/.golangci.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/sagikazarmark/locafero/.golangci.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)