File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 15
15
steps :
16
16
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
17
17
18
- - uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
18
+ - uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4 .0
19
19
with :
20
20
go-version : ${{ matrix.go-version }}
21
21
37
37
with :
38
38
fetch-depth : 0
39
39
40
- - uses : docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3 .0
40
+ - uses : docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4 .0
41
41
with :
42
42
registry : ghcr.io
43
43
username : ${{ github.actor }}
@@ -74,13 +74,13 @@ jobs:
74
74
with :
75
75
fetch-depth : 0
76
76
77
- - uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
77
+ - uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4 .0
78
78
with :
79
79
go-version : ' 1.21.x'
80
80
81
81
- run : CGO_ENABLED=0 make release
82
82
83
- - uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
83
+ - uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
84
84
with :
85
85
name : release-zips
86
86
path : " *.zip"
@@ -107,7 +107,7 @@ jobs:
107
107
steps :
108
108
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
109
109
110
- - uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
110
+ - uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4 .0
111
111
with :
112
112
go-version : ' 1.21.x'
113
113
Original file line number Diff line number Diff line change 12
12
with :
13
13
fetch-depth : 0
14
14
15
- - uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
15
+ - uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4 .0
16
16
with :
17
17
go-version : ' 1.21.x'
18
18
You can’t perform that action at this time.
0 commit comments