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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-02-18 14:01:05 +01:00 committed by GitHub
parent e83c9b1972
commit 1d6728324c
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 uses: actions/checkout@v4
with: with:
fetch-depth: 0 fetch-depth: 0
- uses: actions/setup-go@v5.2.0 - uses: actions/setup-go@v5.3.0
with: with:
go-version-file: go.mod go-version-file: go.mod
- name: Golangci-lint - name: Golangci-lint

View File

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