From bb90831e3dea4c0025d5a7d1e4018c2a024caa2b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 05:32:42 +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 1a765c7..20e4752 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: - name: Checkout code uses: actions/checkout@v4 - name: Setup - uses: actions/setup-go@v4 + uses: actions/setup-go@v7 with: go-version: "1.20" - name: Build otelinit