Commit 4043e73 1 parent 362288a commit 4043e73 Copy full SHA for 4043e73
File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed 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@f111f3307d8850f501ac008e886eec1fd1932a34
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@f111f3307d8850f501ac008e886eec1fd1932a34
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 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@3041bf56c941b39c61721a86cd11f3bb1338122a
36
+ uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34
37
37
with :
38
38
go-version : ' stable'
39
39
Original file line number Diff line number Diff line change 21
21
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
22
22
23
23
- name : Set up Go
24
- uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a
24
+ uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34
25
25
with :
26
26
go-version-file : ./go.mod
27
27
You can’t perform that action at this time.
0 commit comments