diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 4370bcb..fefeca7 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -21,7 +21,7 @@ jobs: with: egress-policy: 'audit' - name: 'Set up Go' - uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0 + uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.0 with: go-version: '1.26' - name: 'Checkout' @@ -51,7 +51,7 @@ jobs: with: egress-policy: 'audit' - name: 'Set up Go ${{ matrix.go }}' - uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0 + uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.0 with: go-version: ${{ matrix.go }} - name: 'Checkout'