From 746d1a04d09fd11f68692e2de58a60901848649d Mon Sep 17 00:00:00 2001 From: ssig33 Date: Sat, 25 Jul 2026 05:08:55 +0000 Subject: [PATCH] Update actions/setup-go action to v7 --- .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 94ac1ff..bd61fe1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@v6 - name: Set up Go - uses: actions/setup-go@v6 + uses: actions/setup-go@v7 with: go-version: "1.26" -- 2.54.0