File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1919 egress-policy : audit
2020
2121 - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
22- - uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
22+ - uses : actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
2323 with :
2424 go-version : ' 1.21'
2525 - run : " PATH=/usr/local/go/bin:$PATH make test-cover"
Original file line number Diff line number Diff line change 2424 with :
2525 egress-policy : audit
2626 - name : Set up Go 1.x
27- uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
27+ uses : actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
2828 with :
2929 go-version : ' 1.21'
3030 id : go
Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ jobs:
107107 - name : Calculate go version
108108 run : echo "go_version=$(make go-version)" >> $GITHUB_ENV
109109 - name : Set up Go
110- uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # tag=v5.0.0
110+ uses : actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # tag=v5.0.1
111111 with :
112112 go-version : ${{ env.go_version }}
113113 - name : generate release artifacts
Original file line number Diff line number Diff line change 2020 - name : Check out code
2121 uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # tag=v4.1.4
2222 - name : Setup go
23- uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
23+ uses : actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
2424 with :
2525 go-version : 1.21
2626 - name : Run verify container script
You can’t perform that action at this time.
0 commit comments