Update go.yml

This commit is contained in:
2022-01-12 08:59:28 +01:00
committed by GitHub
parent bd581db472
commit e02c3a39bf

View File

@@ -14,8 +14,6 @@ jobs:
- name: Set up Go - name: Set up Go
uses: actions/setup-go@v2 uses: actions/setup-go@v2
with:
stable: 'false'
- name: Build - name: Build
run: go build -v ./... run: go build -v ./...