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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-03-25 11:14:51 +01:00 committed by GitHub
parent b22504ac08
commit b624f1e7bc
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.3.0
- uses: actions/setup-go@v5.4.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.3.0
uses: actions/setup-go@v5.4.0
with:
go-version-file: go.mod
- name: Run tests