Skip to content

Commit

Permalink
Bump go and python versions (#174)
Browse files Browse the repository at this point in the history
  • Loading branch information
tchajed authored Feb 14, 2025
1 parent 4243d06 commit ff7b7cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 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
2 changes: 0 additions & 2 deletions new/etc/update-goose-new.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,11 +204,9 @@ def run_goose_test_gen(src_path, output):
"slices",
"strconv",
"strings",

"sync",
"sync/atomic",
"internal/race",

"fmt",
"log",
"go.etcd.io/raft/v3/raftpb",
Expand Down

0 comments on commit ff7b7cc

Please sign in to comment.