Upgrade actions/setup-go from 3 to 4 (#1512)

This commit is contained in:
dependabot[bot] 2023-04-11 00:27:17 +08:00 committed by GitHub
parent 799317eac5
commit 4196348f9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ jobs:
steps:
- name: Install Go
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go-version }}