File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 94
94
src:
95
95
- ${{ matrix.go-test-dir }}/**
96
96
- if : steps.changes.outputs.src == 'true'
97
- uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
97
+ uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4 .0
98
98
with :
99
99
go-version-file : ${{ matrix.go-test-dir }}/../go.mod
100
100
- if : steps.changes.outputs.src == 'true'
Original file line number Diff line number Diff line change 80
80
go-test-dir : ['anthos-bm-gcp-terraform/test/unit/']
81
81
steps :
82
82
- uses : actions/checkout@v4
83
- - uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
83
+ - uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4 .0
84
84
with :
85
85
go-version-file : ${{ matrix.go-test-dir }}/../go.mod
86
86
- name : Golang unit tests
Original file line number Diff line number Diff line change 41
41
- anthos-bm-gcp-terraform/test
42
42
steps :
43
43
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
44
- - uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
44
+ - uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4 .0
45
45
with :
46
46
go-version-file : ${{ matrix.folder }}/go.mod
47
47
cache-dependency-path : ${{ matrix.folder }}/go.sum
You can’t perform that action at this time.
0 commit comments