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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-12-18 16:11:07 +02:00 committed by GitHub
parent 221596228d
commit ea78695ebe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-go@v5.1.0
- uses: actions/setup-go@v5.2.0
with:
go-version-file: go.mod
- name: Golangci-lint

View File

@ -18,7 +18,7 @@ jobs:
with:
fetch-depth: 0
- name: Setup Go environment
uses: actions/setup-go@v5.1.0
uses: actions/setup-go@v5.2.0
with:
go-version-file: go.mod
- name: Run tests