diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 240635c8fc..c9ecce2902 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -46,7 +46,7 @@ jobs: - name: install uses: actions/setup-go@v3 with: - go-version: 1.20 + go-version: '1.20' - name: gpg init if: ${{ github.event_name != 'pull_request' }} diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 2a6aa9a65b..b21bd76bc7 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -28,7 +28,7 @@ jobs: steps: - uses: actions/setup-go@v3 with: - go-version: 1.20 + go-version: '1.20' - uses: actions/checkout@v3 with: fetch-depth: 0 diff --git a/.github/workflows/test-ansible.yml b/.github/workflows/test-ansible.yml index b7330fe539..7fafdb1cdd 100644 --- a/.github/workflows/test-ansible.yml +++ b/.github/workflows/test-ansible.yml @@ -28,7 +28,7 @@ jobs: steps: - uses: actions/setup-go@v3 with: - go-version: 1.20 + go-version: '1.20' - uses: actions/checkout@v3 with: fetch-depth: 0 @@ -43,7 +43,7 @@ jobs: steps: - uses: actions/setup-go@v3 with: - go-version: 1.20 + go-version: '1.20' - uses: actions/checkout@v3 with: fetch-depth: 0 diff --git a/.github/workflows/test-go.yml b/.github/workflows/test-go.yml index 8fa885f9e9..95b5f5c11d 100644 --- a/.github/workflows/test-go.yml +++ b/.github/workflows/test-go.yml @@ -46,7 +46,7 @@ jobs: steps: - uses: actions/setup-go@v3 with: - go-version: 1.20 + go-version: '1.20' - uses: actions/checkout@v3 with: fetch-depth: 0 diff --git a/.github/workflows/test-helm.yml b/.github/workflows/test-helm.yml index 411594bb18..8181793922 100644 --- a/.github/workflows/test-helm.yml +++ b/.github/workflows/test-helm.yml @@ -28,7 +28,7 @@ jobs: steps: - uses: actions/setup-go@v3 with: - go-version: 1.20 + go-version: '1.20' - uses: actions/checkout@v3 with: fetch-depth: 0 diff --git a/.github/workflows/test-sample-go.yml b/.github/workflows/test-sample-go.yml index 6c72a4e3b6..b12238d589 100644 --- a/.github/workflows/test-sample-go.yml +++ b/.github/workflows/test-sample-go.yml @@ -28,7 +28,7 @@ jobs: steps: - uses: actions/setup-go@v3 with: - go-version: 1.20 + go-version: '1.20' - uses: actions/checkout@v3 with: fetch-depth: 0 diff --git a/.github/workflows/test-sanity.yml b/.github/workflows/test-sanity.yml index f203110e1e..c61362e6ca 100644 --- a/.github/workflows/test-sanity.yml +++ b/.github/workflows/test-sanity.yml @@ -28,7 +28,7 @@ jobs: steps: - uses: actions/setup-go@v3 with: - go-version: 1.20 + go-version: '1.20' id: go - uses: actions/checkout@v3 with: