build(deps): bump actions/setup-go from 5.5.0 to 6.0.0 (#7524)

This commit is contained in:
dependabot[bot]
2025-09-08 06:46:41 -07:00
committed by GitHub
parent f74bf9c0ac
commit ddc1878bbd
4 changed files with 6 additions and 6 deletions

View File

@@ -15,7 +15,7 @@ jobs:
run: echo "GO_VERSION=$(cat .go-version)" >> $GITHUB_ENV
- name: Install Go
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
with:
go-version: ${{ env.GO_VERSION }}
id: go