We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb871fe commit 706cf65Copy full SHA for 706cf65
README.md
@@ -12,6 +12,7 @@ See [action.yml](action.yml)
12
Basic:
13
```yaml
14
actions:
15
+- uses: actions/checkout@latest
16
- uses: actions/setup-go@latest
17
with:
18
version: 1.9.3 // The Go version to download (if necessary) and use.
@@ -27,6 +28,7 @@ jobs:
27
28
go: [ 1.8, 1.9.3, 1.10 ]
29
name: Go ${{ matrix.go }} sample
30
31
+ - uses: actions/checkout@latest
32
- name: Setup go
33
uses: actions/setup-go@latest
34
0 commit comments