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 44
44
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
45
45
46
46
- name : Set up Go
47
- uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a
47
+ uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b
48
48
with :
49
49
go-version-file : ./go.mod
50
50
Original file line number Diff line number Diff line change 16
16
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
17
17
18
18
- name : Set up Go
19
- uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a
19
+ uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b
20
20
with :
21
21
go-version-file : ./go.mod
22
22
Original file line number Diff line number Diff line change 12
12
runs-on : ubuntu-latest
13
13
steps :
14
14
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
15
- - uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a
15
+ - uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b
16
16
with :
17
17
go-version-file : ./go.mod
18
18
- uses : golangci/golangci-lint-action@971e284b6050e8a5849b72094c50ab08da042db8
Original file line number Diff line number Diff line change 17
17
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
18
18
19
19
- name : Set up Go
20
- uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a
20
+ uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b
21
21
with :
22
22
go-version-file : ./go.mod
23
23
You can’t perform that action at this time.
0 commit comments