Skip to content

Commit

Permalink
Switch go version for TICS
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiubelu committed Jan 27, 2025
1 parent 64d5093 commit 0b8707e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nightly-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v5
with:
go-version-file: './src/k8s/go.mod'
go-version: '1.22'
- name: go mod download
working-directory: src/k8s
run: go mod download
Expand All @@ -82,7 +82,7 @@ jobs:
pip install -r tests/integration/requirements-test.txt
pip install -r tests/integration/requirements-dev.txt
# Needed by pylint (TICSQServer), used in build-scripts, k8s/scripts/cis
pip install requests jinja2
pip install requests jinja2 semver
# Integration tests are importing a local test_util module. Needed for pylint.
export PYTHONPATH="$(pwd)/tests/integration/tests"
Expand Down

0 comments on commit 0b8707e

Please sign in to comment.