diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index eb7e66eac1..0b4bfc26de 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -12,12 +12,6 @@ jobs: name: Check runs-on: ubuntu-latest steps: - - name: Set up Go 1.x - uses: actions/setup-go@v2 - with: - go-version: 1.17 - id: go - - name: Checkout uses: actions/checkout@v1