Skip to content

Commit 36a82ec

Browse files
Massimiliano Pippimasci
Massimiliano Pippi
authored andcommitted
use more recent action
1 parent f91e6d0 commit 36a82ec

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/docs.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,12 @@ jobs:
2323
repo-token: ${{ secrets.GITHUB_TOKEN }}
2424

2525
- name: Setup Go
26-
uses: actions/setup-go@v1
26+
uses: actions/setup-go@v2-beta
27+
with:
28+
go-version: '1.13'
29+
30+
- name: Print Go version
31+
run: go version
2732

2833
- name: Setup Python
2934
uses: actions/setup-python@v1

0 commit comments

Comments
 (0)