diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 8a066e6..d125034 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -8,16 +8,10 @@ on: jobs: build: - runs-on: ubuntu-latest + runs-on: golang-1.17rc1-buster steps: - uses: actions/checkout@v2 - - name: Set up Go - uses: actions/setup-go@v2 - with: - stable: 'false' - go-version: 1.17rc1 - - name: Build run: go build -v ./...