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@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b
47
+ uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5
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@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b
19
+ uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5
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@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b
15
+ - uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5
16
16
with :
17
17
go-version-file : ./go.mod
18
18
- uses : golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9
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@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b
20
+ uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5
21
21
with :
22
22
go-version-file : ./go.mod
23
23
You can’t perform that action at this time.
0 commit comments