Skip to content

Commit

Permalink
fix: back to 61 and install python
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasrockhu-codecov committed May 5, 2024
1 parent 42a84ba commit 3f7b87a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,17 @@ jobs:
build:
runs-on: ubuntu-latest
container:
image: quay.io/stackrox-io/apollo-ci:stackrox-test-0.3.69
image: quay.io/stackrox-io/apollo-ci:stackrox-test-0.3.61
steps:
- run: uname -v
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: 'stable'
- name: Set up Python 3.11
uses: actions/setup-python@v4
with:
python-version: '3.11'
- name: Gather dependencies
run: go mod download
- name: Run coverage
Expand Down

0 comments on commit 3f7b87a

Please sign in to comment.