File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 lint :
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
11+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1212 - uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
1313 with :
1414 go-version : 1.x
Original file line number Diff line number Diff line change 4545 - uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
4646 with :
4747 go-version : ${{ matrix.go-version }}
48- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
48+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
4949
5050 # Get values for cache paths to be used in later steps
5151 - id : cache-paths
5454 echo "go-mod-cache=$(go env GOMODCACHE)" >> $GITHUB_OUTPUT
5555
5656 - name : Cache go modules
57- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
57+ uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
5858 with :
5959 path : |
6060 ${{ steps.cache-paths.outputs.go-cache }}
You can’t perform that action at this time.
0 commit comments