diff --git a/.github/workflows/create-draft-release.yml b/.github/workflows/create-draft-release.yml index bbbadc4..3ffde8e 100644 --- a/.github/workflows/create-draft-release.yml +++ b/.github/workflows/create-draft-release.yml @@ -23,7 +23,7 @@ jobs: - name: Setup Go uses: actions/setup-go@v3 with: - go-version: 1.18.x + go-version: 'stable' - name: Checkout uses: actions/checkout@v3 - name: Setup Docker Multi-Platform Builds @@ -40,7 +40,7 @@ jobs: - name: Setup Go uses: actions/setup-go@v3 with: - go-version: 1.18.x + go-version: 'stable' - name: Checkout uses: actions/checkout@v3 - run: git fetch --depth=1 origin +refs/tags/*:refs/tags/* || true