@@ -123,7 +123,7 @@ jobs:
123123 - name : Dependency review
124124 uses : actions/dependency-review-action@v4
125125 # TODO: use actions/setup-go after https://github.com/actions/setup-go/pull/515 is merged and released
126- - uses : antontroshin/setup-go@bda02de8887c9946189f81e7e59512914aeb9ea4
126+ - uses : antontroshin/setup-go@461004e4c97225a313a997efabc35fde47d587bb
127127 with :
128128 go-version-file : " go.mod"
129129 - name : Install govulncheck
@@ -196,7 +196,7 @@ jobs:
196196 - name : Set up Go
197197 id : setup-go
198198 # TODO: use actions/setup-go after https://github.com/actions/setup-go/pull/515 is merged and released
199- uses : antontroshin/setup-go@bda02de8887c9946189f81e7e59512914aeb9ea4
199+ uses : antontroshin/setup-go@461004e4c97225a313a997efabc35fde47d587bb
200200 with :
201201 go-version-file : " go.mod"
202202 - name : Run make test
@@ -246,7 +246,7 @@ jobs:
246246 - name : Set up Go
247247 id : setup-go
248248 # TODO: use actions/setup-go after https://github.com/actions/setup-go/pull/515 is merged and released
249- uses : antontroshin/setup-go@bda02de8887c9946189f81e7e59512914aeb9ea4
249+ uses : antontroshin/setup-go@461004e4c97225a313a997efabc35fde47d587bb
250250 with :
251251 go-version-file : " go.mod"
252252 - name : Override DAPR_HOST_IP for MacOS
@@ -339,7 +339,7 @@ jobs:
339339 - name : Set up Go
340340 id : setup-go
341341 # TODO: use actions/setup-go after https://github.com/actions/setup-go/pull/515 is merged and released
342- uses : antontroshin/setup-go@bda02de8887c9946189f81e7e59512914aeb9ea4
342+ uses : antontroshin/setup-go@461004e4c97225a313a997efabc35fde47d587bb
343343 with :
344344 go-version-file : " go.mod"
345345 - name : Parse release version and set REL_VERSION and LATEST_RELEASE
0 commit comments