chore(deps): update actions/setup-go action to v5.4.0 (#712)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-03-19 05:46:58 +00:00
committed by GitHub
parent 50fde398bc
commit 6845373bfd

View File

@@ -21,7 +21,7 @@ jobs:
with:
fetch-depth: 0
- name: Setup Go environment
uses: actions/setup-go@v5.3.0
uses: actions/setup-go@v5.4.0
with:
go-version: '${{ matrix.go-version }}'
- name: Run tests