Skip to content

Commit 8116156

Browse files
Create test.yaml
1 parent 6577160 commit 8116156

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

.github/workflows/test.yaml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name: Test
2+
on:
3+
workflow-dispatch
4+
5+
jobs:
6+
local-cache:
7+
name: Setup local-cache version
8+
runs-on: windows-latest
9+
strategy:
10+
fail-fast: false
11+
steps:
12+
- name: setup-go 1.18
13+
uses: actions/setup-go@v3
14+
with:
15+
go-version: 1.x
16+
17+
- name: setup-go 1.18
18+
uses: actions/setup-go@v3
19+
with:
20+
go-version: 1.x
21+
check-latest: true

0 commit comments

Comments
 (0)