File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2828
2929 # Cache Go build cache for faster compilation during linting
3030 - name : Cache Go build cache
31- uses : actions/cache@v4
31+ uses : actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # v5
3232 with :
3333 path : ~/.cache/go-build
3434 key : ${{ runner.os }}-go-build-lint-${{ hashFiles('**/go.sum') }}
Original file line number Diff line number Diff line change 2929 # Cache Go build cache for faster compilation
3030 # Note: ~/go/pkg/mod is already cached by actions/setup-go with cache: true
3131 - name : Cache Go build cache
32- uses : actions/cache@v4
32+ uses : actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # v5
3333 with :
3434 path : ~/.cache/go-build
3535 key : ${{ runner.os }}-go-build-${{ hashFiles('**/go.sum') }}
3939 # Cache Go tools (gotestfmt only for tests)
4040 - name : Cache Go tools
4141 id : cache-go-tools
42- uses : actions/cache@v4
42+ uses : actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # v5
4343 with :
4444 path : ~/go/bin
4545 key : ${{ runner.os }}-go-tools-${{ hashFiles('go.mod') }}-gotestfmt-v2
Original file line number Diff line number Diff line change 2020 # Cache Go tools (mockgen)
2121 - name : Cache Go tools
2222 id : cache-go-tools
23- uses : actions/cache@v4
23+ uses : actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # v5
2424 with :
2525 path : ~/go/bin
2626 key : ${{ runner.os }}-go-codegen-tools-${{ hashFiles('go.mod') }}-mockgen
You can’t perform that action at this time.
0 commit comments