File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed
Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 5353 uses : ./.github/actions/load-versions
5454
5555 - name : Setup Go
56- uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3 .0
56+ uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4 .0
5757 with :
5858 go-version : ${{ steps.versions.outputs.go }}
5959 cache : true
Original file line number Diff line number Diff line change 5353 persist-credentials : false
5454 - uses : ./.github/actions/load-versions
5555 id : versions
56- - uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3 .0
56+ - uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4 .0
5757 with :
5858 go-version : ${{ steps.versions.outputs.go }}
5959 cache : false # vendor/ provides deps; disable to save disk on constrained runners
Original file line number Diff line number Diff line change 5353 persist-credentials : false
5454
5555 - name : Setup Go
56- uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3 .0
56+ uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4 .0
5757 with :
5858 go-version-file : go.mod
5959 cache : false
Original file line number Diff line number Diff line change 7171 uses : ./.github/actions/load-versions
7272
7373 - name : Setup Go
74- uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3 .0
74+ uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4 .0
7575 with :
7676 go-version : ${{ steps.versions.outputs.go }}
7777 cache : true
Original file line number Diff line number Diff line change 4747 uses : ./.github/actions/load-versions
4848
4949 - name : Setup Go
50- uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3 .0
50+ uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4 .0
5151 with :
5252 go-version : ${{ steps.versions.outputs.go }}
5353 cache : true
Original file line number Diff line number Diff line change 5555
5656 # Build from source
5757 - name : Setup Go
58- uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3 .0
58+ uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4 .0
5959 with :
6060 go-version : ' ${{ steps.versions.outputs.go }}'
6161 cache : true
Original file line number Diff line number Diff line change 5656 uses : ./.github/actions/load-versions
5757
5858 - name : Setup Go
59- uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3 .0
59+ uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4 .0
6060 with :
6161 go-version : ${{ steps.versions.outputs.go }}
6262 cache : true
You can’t perform that action at this time.
0 commit comments