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 14
14
steps :
15
15
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
16
16
17
- - uses : actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1 .0
17
+ - uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0 .0
18
18
with :
19
19
go-version : ${{ matrix.go-version }}
20
20
44
44
45
45
- uses : docker/setup-buildx-action@f95db51fddba0c2d1ec667646a06c2ce06100226 # v3.0.0
46
46
47
- - uses : docker/metadata-action@dbef88086f6cef02e264edb7dbf63250c17cef6c # v5.5.0
47
+ - uses : docker/metadata-action@8e5442c4ef9f78752691e2d8f8d19755c6f78e81 # v5.5.1
48
48
id : meta
49
49
with :
50
50
images : |
@@ -73,13 +73,13 @@ jobs:
73
73
with :
74
74
fetch-depth : 0
75
75
76
- - uses : actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1 .0
76
+ - uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0 .0
77
77
with :
78
78
go-version : ' 1.19.x'
79
79
80
80
- run : CGO_ENABLED=0 make release
81
81
82
- - uses : actions/upload-artifact@v3
82
+ - uses : actions/upload-artifact@v4
83
83
with :
84
84
name : release-zips
85
85
path : " *.zip"
@@ -106,7 +106,7 @@ jobs:
106
106
steps :
107
107
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
108
108
109
- - uses : actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1 .0
109
+ - uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0 .0
110
110
with :
111
111
go-version : ' 1.19.x'
112
112
Original file line number Diff line number Diff line change 11
11
with :
12
12
fetch-depth : 0
13
13
14
- - uses : actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1 .0
14
+ - uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0 .0
15
15
with :
16
16
go-version : ' 1.19.x'
17
17
You can’t perform that action at this time.
0 commit comments