Skip to content

Commit 5e3d11e

Browse files
committed
bump setup-go
1 parent 823d3e4 commit 5e3d11e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
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/')
3333
steps:
3434
- name: Install Go
35-
uses: actions/setup-go@v2-beta
35+
uses: actions/setup-go@v2
3636
with:
3737
go-version: ${{ matrix.go-version }}
3838
- name: Checkout code

0 commit comments

Comments
 (0)