deps: update actions/setup-go action to v5.3.0 (#3605)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-01-21 10:28:03 +01:00 committed by GitHub
parent ebbe61727c
commit e9a6513346
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 5 additions and 5 deletions

View file

@ -38,7 +38,7 @@ jobs:
- name: Setup Go environment
if: matrix.language == 'go'
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
with:
go-version: "1.23.5"
cache: false