From 82788123dbf86f6fa2ae8f09ad85f611e7902f4c Mon Sep 17 00:00:00 2001 From: Tej Chajed Date: Fri, 14 Feb 2025 10:12:32 -0600 Subject: [PATCH] Bump go and python versions --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7a14ffddb..8ecbb4be1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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