File tree Expand file tree Collapse file tree 8 files changed +8
-8
lines changed
Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -193,7 +193,7 @@ jobs:
193193 name : Try to install with go ${{ matrix.go_version }}
194194 steps :
195195 - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
196- - uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
196+ - uses : actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
197197 with :
198198 go-version : ${{ matrix.go_version }}
199199 check-latest : true
Original file line number Diff line number Diff line change 2020 steps :
2121 - name : Checkout
2222 uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
23- - uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
23+ - uses : actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
2424 with :
2525 go-version-file : go.mod
2626 cache-dependency-path : go.sum
Original file line number Diff line number Diff line change 2121 steps :
2222 - name : Checkout
2323 uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
24- - uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
24+ - uses : actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
2525 with :
2626 go-version-file : go.mod
2727 cache-dependency-path : go.sum
Original file line number Diff line number Diff line change 2424 - name : Checkout
2525 if : ${{ steps.semver.outputs.prerelease == '' }}
2626 uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
27- - uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
27+ - uses : actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
2828 if : ${{ steps.semver.outputs.prerelease == '' }}
2929 with :
3030 go-version-file : go.mod
Original file line number Diff line number Diff line change 2020 - name : Checkout
2121 uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
2222 - name : Set up Go
23- uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
23+ uses : actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
2424 with :
2525 go-version-file : go.mod
2626 cache-dependency-path : go.sum
Original file line number Diff line number Diff line change 2020 steps :
2121 - name : Checkout
2222 uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
23- - uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
23+ - uses : actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
2424 with :
2525 go-version-file : go.mod
2626 cache-dependency-path : go.sum
Original file line number Diff line number Diff line change 4141 set -e
4242 git fetch --force --tags
4343 - name : Set up Go
44- uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
44+ uses : actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
4545 with :
4646 go-version-file : go.mod
4747 cache-dependency-path : go.sum
Original file line number Diff line number Diff line change 2222 steps :
2323 - name : Checkout
2424 uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
25- - uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
25+ - uses : actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
2626 with :
2727 go-version-file : go.mod
2828 cache-dependency-path : go.sum
You can’t perform that action at this time.
0 commit comments