Merge pull request #340 from zitadel/dependabot/github_actions/actions/setup-go-4

This commit is contained in:
dependabot[bot] 2023-03-23 12:25:50 +00:00 committed by GitHub
commit edc9a1f60d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,7 +21,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Setup go
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go }}
- run: go test -race -v -coverprofile=profile.cov -coverpkg=./pkg/... ./pkg/...