From 3250f1242108f650bd52379aed92f985f27652d0 Mon Sep 17 00:00:00 2001 From: Billy Keyes Date: Tue, 23 Sep 2025 06:04:54 -0700 Subject: [PATCH] Run tests with Go 1.25 --- .github/workflows/go.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 5704541..6b0ee50 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -16,7 +16,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v6 with: - go-version: "1.24" + go-version: "1.25" - name: Checkout uses: actions/checkout@v5