diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index d0baa0d..9e2bd7c 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd with: fetch-depth: 2 - - uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c + - uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 with: go-version: '1.20' - name: Run coverage diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 64a9bfb..d76d654 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -17,7 +17,7 @@ jobs: egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs - name: Install Go - uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c + uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 with: go-version: ${{ matrix.go-version }} - name: Checkout code