Update actions/setup-go action to v3

This commit is contained in:
renovate[bot]
2022-08-13 20:57:23 +00:00
committed by GitHub
parent 9725c985f5
commit dabc73f7a1

View File

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