From 3f8995127619cbd285071329fcd57c5dcea84b8e Mon Sep 17 00:00:00 2001 From: Kyle Conroy Date: Mon, 25 Aug 2025 10:08:35 -0700 Subject: [PATCH] build: Upgrade to Go 1.25 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 52d63a1237..d01f019db5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: - uses: actions/checkout@v5 - uses: actions/setup-go@v5 with: - go-version: '1.24.1' + go-version: '1.25.0' - name: install gotestsum run: go install gotest.tools/gotestsum@latest