diff --git a/.github/workflows/dockerTests.yml b/.github/workflows/dockerTests.yml index 0c8c02535..1a30ece44 100644 --- a/.github/workflows/dockerTests.yml +++ b/.github/workflows/dockerTests.yml @@ -21,8 +21,7 @@ jobs: - name: Install Go uses: actions/setup-go@v3 with: - # We are temporarily downgrading to Go 1.20.5 due to a bug in version 1.20.6 that causes Docker tests to fail. - go-version: 1.20.5 + go-version: 1.20.x - name: Checkout code uses: actions/checkout@v3 with: