Commit a7b194d 1 parent b3a0b69 commit a7b194d Copy full SHA for a7b194d
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 16
16
- uses : actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b
17
17
18
18
- name : Set up Go
19
- uses : actions/setup-go@d0a58c1c4d2b25278816e339b944508c875f3613
19
+ uses : actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568
20
20
with :
21
21
go-version : 1.18
22
22
Original file line number Diff line number Diff line change 11
11
name : golangci-lint
12
12
runs-on : ubuntu-latest
13
13
steps :
14
- - uses : actions/setup-go@d0a58c1c4d2b25278816e339b944508c875f3613
14
+ - uses : actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568
15
15
with :
16
16
go-version : 1.18
17
17
- uses : actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b
Original file line number Diff line number Diff line change 33
33
tags : ghcr.io/np-guard/net-top-analyzer:${{ github.ref_name }}
34
34
35
35
- name : Set up Go
36
- uses : actions/setup-go@d0a58c1c4d2b25278816e339b944508c875f3613
36
+ uses : actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568
37
37
with :
38
38
go-version : 1.18
39
39
You can’t perform that action at this time.
0 commit comments