File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 32
32
- name : Checkout
33
33
uses : actions/checkout@v4
34
34
- name : Setup Go
35
- uses : actions/setup-go@v4
35
+ uses : actions/setup-go@v5
36
36
with :
37
37
go-version : ${{ env.GO_VERSION }}
38
38
- name : Build ${{ matrix.arch }}
62
62
- name : Checkout
63
63
uses : actions/checkout@v4
64
64
- name : Setup Go
65
- uses : actions/setup-go@v4
65
+ uses : actions/setup-go@v5
66
66
with :
67
67
go-version : ${{ env.GO_VERSION }}
68
68
- name : Build ${{ matrix.arch }}
@@ -127,7 +127,7 @@ jobs:
127
127
- name : Checkout
128
128
uses : actions/checkout@v4
129
129
- name : Setup Go
130
- uses : actions/setup-go@v4
130
+ uses : actions/setup-go@v5
131
131
with :
132
132
go-version : ${{ env.GO_VERSION }}
133
133
- name : Build amd64
Original file line number Diff line number Diff line change 31
31
- 1433:1433
32
32
steps :
33
33
- name : Install Go
34
- uses : actions/setup-go@v4
34
+ uses : actions/setup-go@v5
35
35
with :
36
36
go-version : stable
37
37
- name : Install Packages
You can’t perform that action at this time.
0 commit comments