diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 390390a..d202460 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -14,8 +14,6 @@ jobs: - name: Set up Go uses: actions/setup-go@v2 - with: - stable: 'false' - name: Build run: go build -v ./...