diff --git a/.github/workflows/build-binaries.yml b/.github/workflows/build-binaries.yml index c52a605d8..a7b01ec86 100644 --- a/.github/workflows/build-binaries.yml +++ b/.github/workflows/build-binaries.yml @@ -26,11 +26,6 @@ jobs: with: ref: ${{ !github.event.pull_request.head.repo.fork && github.head_ref || '' }} - - name: Setup Go environment - uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0 - with: - go-version: "1.20.2" - - name: Build the bootstrapper uses: ./.github/actions/build_bootstrapper @@ -42,11 +37,6 @@ jobs: with: ref: ${{ !github.event.pull_request.head.repo.fork && github.head_ref || '' }} - - name: Setup Go environment - uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0 - with: - go-version: "1.20.2" - - name: Build debugd uses: ./.github/actions/build_debugd @@ -58,11 +48,6 @@ jobs: with: ref: ${{ !github.event.pull_request.head.repo.fork && github.head_ref || '' }} - - name: Setup Go environment - uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0 - with: - go-version: "1.20.2" - - name: Build cdbg (Linux, amd64) uses: ./.github/actions/build_cdbg with: @@ -83,10 +68,6 @@ jobs: with: ref: ${{ !github.event.pull_request.head.repo.fork && github.head_ref || '' }} - - name: Setup Go environment - uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0 - with: - go-version: "1.20.2" - name: Build cdbg (macOS, amd64) uses: ./.github/actions/build_cdbg with: @@ -107,11 +88,6 @@ jobs: with: ref: ${{ !github.event.pull_request.head.repo.fork && github.head_ref || '' }} - - name: Setup Go environment - uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0 - with: - go-version: "1.20.2" - - name: Build disk-mapper uses: ./.github/actions/build_disk_mapper @@ -123,11 +99,6 @@ jobs: with: ref: ${{ !github.event.pull_request.head.repo.fork && github.head_ref || '' }} - - name: Setup Go environment - uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0 - with: - go-version: "1.20.2" - - name: Build measurement-reader uses: ./.github/actions/build_measurement_reader @@ -139,11 +110,6 @@ jobs: with: ref: ${{ !github.event.pull_request.head.repo.fork && github.head_ref || '' }} - - name: Setup Go environment - uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0 - with: - go-version: "1.20.2" - - name: Build CLI (Linux, amd64) uses: ./.github/actions/build_cli with: @@ -164,11 +130,6 @@ jobs: with: ref: ${{ !github.event.pull_request.head.repo.fork && github.head_ref || '' }} - - name: Setup Go environment - uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0 - with: - go-version: "1.20.2" - - name: Build CLI (macOS, amd64) uses: ./.github/actions/build_cli with: diff --git a/.github/workflows/release-cli.yml b/.github/workflows/release-cli.yml index 38efa4854..1372d41ec 100644 --- a/.github/workflows/release-cli.yml +++ b/.github/workflows/release-cli.yml @@ -29,11 +29,6 @@ jobs: with: ref: ${{ inputs.ref || github.head_ref }} - - name: Setup Go environment - uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0 - with: - go-version: "1.20.2" - - name: Build CLI uses: ./.github/actions/build_cli with: @@ -106,11 +101,6 @@ jobs: with: ref: ${{ inputs.ref || github.head_ref }} - - name: Setup Go environment - uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0 - with: - go-version: "1.20.2" - - name: Install Cosign uses: sigstore/cosign-installer@9becc617647dfa20ae7b1151972e9b3a2c338a2b # tag=v2.8.1