Skip to content

Commit

Permalink
chore: update Go and Python version used in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mavimo committed Jan 2, 2025
1 parent 1758083 commit 0bf1f28
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.22'
go-version: 1.23
check-latest: true

- name: Test
Expand All @@ -38,12 +38,12 @@ jobs:
- name: Set up Helm
uses: azure/setup-helm@v4
with:
version: v3.11.1
version: v3.16.4

- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.22'
go-version: 1.23
check-latest: true

- name: Set up QEMU
Expand All @@ -53,7 +53,7 @@ jobs:

- uses: actions/setup-python@v5
with:
python-version: 3.7
python-version: 3.12

- name: Set up chart-testing
uses: helm/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-controller.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.22'
go-version: 1.23
check-latest: true

- name: Set up QEMU
Expand Down

0 comments on commit 0bf1f28

Please sign in to comment.