From 16cb081e4142ccc6c9cdd42ade5361bf28298d8c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 07:45:34 +0000 Subject: [PATCH] chore(deps): update actions/setup-go action to v7 --- .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 013a86f..b0c1d4d 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -24,7 +24,7 @@ jobs: path: go/src/github.com/DoNewsCode/truss - name: Setup go - uses: actions/setup-go@v3 + uses: actions/setup-go@v7 with: go-version: ${{ matrix.go }}