build(deps): bump actions/setup-go from 3 to 4 (#3902)

This commit is contained in:
dependabot[bot] 2023-06-12 23:40:19 +02:00 committed by GitHub
parent 011252127f
commit d3608718ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,7 @@ jobs:
fetch-depth: 0
- name: Set up Go ${{ env.GO_VERSION }}
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version: ${{ env.GO_VERSION }}