diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 16cf2d11..786c2064 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -19,7 +19,7 @@ jobs: - name: Set up Go 1.20 uses: actions/setup-go@v3 with: - go-version: 1.20.1 + go-version: 1.20.x - uses: actions/checkout@v3