diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 8083ec49..720f0273 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -16,8 +16,7 @@ jobs: - name: Set up Go 1.x uses: actions/setup-go@v2 with: - stable: false - go-version: 1.18.0-rc1 + go-version: 1.18 - name: Check out code into the Go module directory uses: actions/checkout@v2