Skip to content

Commit

Permalink
Bump go and python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
tchajed committed Feb 14, 2025
1 parent 4243d06 commit 8278812
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,13 +100,13 @@ jobs:
submodules: true
- uses: actions/setup-go@v5
with:
go-version: "1.22"
go-version: "1.24"
# repo doesn't have go.sum file. nothing to cache.
cache: false
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: "3.12"
python-version: "3.13"
cache: "pip"
- run: pip install .
- name: check that Goosed files are clean
Expand Down

0 comments on commit 8278812

Please sign in to comment.