Skip to content

Commit 7e69a8c

Browse files
committed
adding stable:false flag
1 parent f169e63 commit 7e69a8c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
uses: actions/setup-go@v2
1313
with:
1414
go-version: ${{ matrix.go-version }}
15+
stable: false
1516
- name: Checkout code
1617
uses: actions/checkout@v2
1718
- name: Test

0 commit comments

Comments
 (0)