File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1818 - name : Checkout
1919 uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
2020 - name : Setup Go
21- uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2 .0
21+ uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
2222 with :
2323 go-version : 1.22.x
2424 - name : Tests
Original file line number Diff line number Diff line change 5454 - name : Checkout
5555 uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
5656 - name : Setup Go
57- uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2 .0
57+ uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
5858 with :
5959 go-version : 1.22.x
6060 - name : fmt
8888 - name : Checkout
8989 uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
9090 - name : Setup Go
91- uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2 .0
91+ uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
9292 with :
9393 go-version : 1.22.x
9494 - name : run test
@@ -106,7 +106,7 @@ jobs:
106106 - name : Checkout
107107 uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
108108 - name : Setup Go
109- uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2 .0
109+ uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
110110 with :
111111 go-version : 1.22.x
112112 - name : build
@@ -151,7 +151,7 @@ jobs:
151151 - name : Checkout
152152 uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
153153 - name : Setup Go
154- uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2 .0
154+ uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
155155 with :
156156 go-version : 1.22.x
157157 - name : Setup Kubernetes
Original file line number Diff line number Diff line change 2222 uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
2323 with :
2424 fetch-depth : 0
25- - uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2 .0
25+ - uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
2626 with :
2727 go-version : ' 1.22'
2828 - name : Docker Login
You can’t perform that action at this time.
0 commit comments