diff --git a/.github/workflows/apidiff.yml b/.github/workflows/apidiff.yml index 431dd81ae..530fb8a3d 100644 --- a/.github/workflows/apidiff.yml +++ b/.github/workflows/apidiff.yml @@ -17,7 +17,7 @@ jobs: with: fetch-depth: 0 - name: Setup Go - uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 + uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e with: go-version-file: go.work - name: Execute go-apidiff diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 9ef4503ff..0658a77b3 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -37,7 +37,7 @@ jobs: with: fetch-depth: 0 - name: Set up Go 1.x - uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 + uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e with: go-version-file: go.work cache: true @@ -60,7 +60,7 @@ jobs: with: fetch-depth: 0 - name: Set up Go 1.x - uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 + uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e with: go-version-file: go.work cache: true @@ -82,7 +82,7 @@ jobs: - name: Check out code into the Go module directory uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 - name: Set up Go 1.x - uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 + uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e with: go-version-file: go.work cache: true @@ -129,7 +129,7 @@ jobs: - name: Check out code into the Go module directory uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 - name: Set up Go 1.x - uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 + uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e with: go-version-file: go.work cache: true diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index fd06d73f6..b3f82ef73 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -20,7 +20,7 @@ jobs: with: fetch-depth: 0 - name: Set up Go 1.x - uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 + uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e with: go-version-file: go.work id: go