We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 823d3e4 commit 5e3d11eCopy full SHA for 5e3d11e
.github/workflows/test.yml
@@ -32,7 +32,7 @@ jobs:
32
if: github.event.pull_request.draft == false && !contains(github.event.pull_request.labels.*.name, 'ci/skip') && !contains(github.event.pull_request.head.ref, 'datadog-api-spec/test/')
33
steps:
34
- name: Install Go
35
- uses: actions/setup-go@v2-beta
+ uses: actions/setup-go@v2
36
with:
37
go-version: ${{ matrix.go-version }}
38
- name: Checkout code
0 commit comments