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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2024-12-11 04:36:57 +00:00
committed by GitHub
parent 6e1d1bbed3
commit c6166c9b7a

View File

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