Update actions/setup-go action to v5 (#32)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit was merged in pull request #32.
This commit is contained in:
renovate[bot]
2023-12-10 14:46:22 +00:00
committed by GitHub
parent fddf51b7bf
commit cf40e0b6b5

View File

@@ -15,7 +15,7 @@ jobs:
with: with:
fetch-depth: 0 fetch-depth: 0
- name: Set up Go - name: Set up Go
uses: actions/setup-go@v4 uses: actions/setup-go@v5
with: with:
go-version: 1.19 go-version: 1.19
- name: Create golangci-lint report - name: Create golangci-lint report