File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 18
18
runs-on : ubuntu-latest
19
19
steps :
20
20
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
21
- - uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
21
+ - uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5
22
22
with :
23
23
go-version : ' ^1.22'
24
24
- name : install pact-go shared libraries
Original file line number Diff line number Diff line change 34
34
if : ${{ github.event.client_payload.pact_url }}
35
35
with :
36
36
ref : ${{env.GIT_COMMIT}}
37
- - uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
37
+ - uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5
38
38
with :
39
39
go-version : ' ^1.22'
40
40
- run : docker pull pactfoundation/pact-cli:latest
Original file line number Diff line number Diff line change 18
18
runs-on : ubuntu-latest
19
19
steps :
20
20
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
21
- - uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
21
+ - uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5
22
22
with :
23
23
go-version : ' ^1.22'
24
24
- name : Build
You can’t perform that action at this time.
0 commit comments