Update actions/setup-go action to v3 (#23)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit was merged in pull request #23.
This commit is contained in:
renovate[bot]
2022-08-13 21:59:57 +01:00
committed by GitHub
parent 9725c985f5
commit 6ff1142ead

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@v2 uses: actions/setup-go@v3
with: with:
go-version: 1.19 go-version: 1.19
- name: Create golangci-lint report - name: Create golangci-lint report