deps: update actions/setup-go action to v4 (#1605)

Co-authored-by: katexochen <katexochen@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-04-04 11:06:30 +02:00 committed by GitHub
parent 00efc30e24
commit 8f17e4b9df
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
22 changed files with 25 additions and 25 deletions

View file

@ -33,7 +33,7 @@ jobs:
- name: Setup Go environment
if: matrix.language == 'go'
uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0
uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # v4.0.0
with:
go-version: "1.20.2"