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 4343 uses : actions/checkout@v4
4444
4545 - name : Set up go
46- uses : actions/setup-go@v4.1 .0
46+ uses : actions/setup-go@v5.0 .0
4747 with :
4848 go-version : ${{ matrix.go }}
4949 - run : |
Original file line number Diff line number Diff line change 5151 fetch-depth : 0
5252
5353 - name : Set up go
54- uses : actions/setup-go@v4.1 .0
54+ uses : actions/setup-go@v5.0 .0
5555 with :
5656 go-version : ${{ matrix.go }}
5757
9898 fetch-depth : 0
9999
100100 - name : Set up go
101- uses : actions/setup-go@v4.1 .0
101+ uses : actions/setup-go@v5.0 .0
102102 with :
103103 go-version : ${{ matrix.go }}
104104
@@ -145,7 +145,7 @@ jobs:
145145 fetch-depth : 0
146146
147147 - name : Set up go
148- uses : actions/setup-go@v4.1 .0
148+ uses : actions/setup-go@v5.0 .0
149149 with :
150150 go-version : ${{ matrix.go }}
151151 - run : |
@@ -197,7 +197,7 @@ jobs:
197197 fetch-depth : 0
198198
199199 - name : Set up go
200- uses : actions/setup-go@v4.1 .0
200+ uses : actions/setup-go@v5.0 .0
201201 with :
202202 go-version : ${{ matrix.go }}
203203 - run : |
Original file line number Diff line number Diff line change 1919 name : Release
2020 steps :
2121 - name : Set up go
22- uses : actions/setup-go@v4.1 .0
22+ uses : actions/setup-go@v5.0 .0
2323 with :
2424 go-version : ${{ matrix.go }}
2525
You can’t perform that action at this time.
0 commit comments