diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index f5ded7a21..ca3c1ecc9 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -9,10 +9,10 @@ jobs: runs-on: ubuntu-latest steps: - - name: Set up Go 1.17+ + - name: Set up Go 1.17 uses: actions/setup-go@v2 with: - go-version: ^1.17 + go-version: 1.17.8 - name: Check out code into the Go module directory uses: actions/checkout@v2 @@ -28,10 +28,10 @@ jobs: runs-on: ubuntu-latest steps: - - name: Set up Go 1.17+ + - name: Set up Go 1.17 uses: actions/setup-go@v2 with: - go-version: ^1.17 + go-version: 1.17.8 - name: Check out code into the Go module directory uses: actions/checkout@v2