diff --git a/.github/workflows/build-s3-migration.yaml b/.github/workflows/build-s3-migration.yaml index a502867..fa2545c 100644 --- a/.github/workflows/build-s3-migration.yaml +++ b/.github/workflows/build-s3-migration.yaml @@ -20,7 +20,7 @@ jobs: - name: Setup go 1.20 uses: actions/setup-go@v3 with: - go-version: '1.20' # The Go version to download (if necessary) and use. + go-version: '1.22' # The Go version to download (if necessary) and use. - name: Checkout uses: actions/checkout@v2