diff --git a/.github/workflows/go-ci.yaml b/.github/workflows/go-ci.yaml index 14711fe3e1..878c879932 100644 --- a/.github/workflows/go-ci.yaml +++ b/.github/workflows/go-ci.yaml @@ -13,7 +13,7 @@ jobs: - task-generator/trusted-artifacts steps: - uses: actions/checkout@6d193bf28034eafb982f37bd894289fe649468fc - - uses: actions/setup-go@b26d40294f8ad76fcc90b915dac85892322fe62d + - uses: actions/setup-go@d60b41a563a30eac31c3ec623e6ff0b3f16e1a06 with: go-version-file: './${{matrix.path}}/go.mod' cache-dependency-path: ./${{matrix.path}}/go.sum @@ -33,7 +33,7 @@ jobs: steps: - uses: actions/checkout@6d193bf28034eafb982f37bd894289fe649468fc - name: Install Go - uses: actions/setup-go@b26d40294f8ad76fcc90b915dac85892322fe62d + uses: actions/setup-go@d60b41a563a30eac31c3ec623e6ff0b3f16e1a06 with: go-version-file: './${{matrix.path}}/go.mod' cache-dependency-path: ./${{matrix.path}}/go.sum @@ -73,7 +73,7 @@ jobs: - task-generator/trusted-artifacts steps: - uses: actions/checkout@6d193bf28034eafb982f37bd894289fe649468fc - - uses: actions/setup-go@b26d40294f8ad76fcc90b915dac85892322fe62d + - uses: actions/setup-go@d60b41a563a30eac31c3ec623e6ff0b3f16e1a06 with: go-version-file: './${{matrix.path}}/go.mod' cache-dependency-path: ./${{matrix.path}}/go.sum