From 8db6aac321cbe98f0cef1ec0127120977bbc957b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Feb 2026 14:34:33 +0000 Subject: [PATCH] chore(deps): update actions/setup-go action to v6 --- .github/workflows/golang-security.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/golang-security.yml b/.github/workflows/golang-security.yml index d445279..22dd5b9 100644 --- a/.github/workflows/golang-security.yml +++ b/.github/workflows/golang-security.yml @@ -147,7 +147,7 @@ jobs: key: ${{ secrets.FT_SSH_KEY }} known_hosts: ${{ secrets.FT_BITBUCKET_KNOWN_HOSTS }} - name: Setup Golang with cache - uses: actions/setup-go@v5 + uses: actions/setup-go@v6 with: go-version: ${{ inputs.go-version }} cache: true