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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-10-25 00:48:15 +00:00 committed by GitHub
parent 1e7cfe438c
commit c7df8f3f0e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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