File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 10
10
- name : Checkout code
11
11
uses : actions/checkout@v4
12
12
- name : Install Go
13
- uses : actions/setup-go@v4
13
+ uses : actions/setup-go@v5
14
14
with :
15
15
go-version : ' 1.21'
16
16
- uses : golangci/golangci-lint-action@v3
31
31
with :
32
32
path : ${{ env.WORKSPACE }}
33
33
- name : Install Go
34
- uses : actions/setup-go@v4
34
+ uses : actions/setup-go@v5
35
35
with :
36
36
go-version : ' 1.21'
37
37
- run : hack/verify-import-aliases.sh
49
49
# https://github.com/actions/checkout#fetch-all-history-for-all-tags-and-branches
50
50
fetch-depth : 0
51
51
- name : Install Go
52
- uses : actions/setup-go@v4
52
+ uses : actions/setup-go@v5
53
53
with :
54
54
go-version : ' 1.21'
55
55
- name : Compile
62
62
- name : Checkout code
63
63
uses : actions/checkout@v4
64
64
- name : Install Go
65
- uses : actions/setup-go@v4
65
+ uses : actions/setup-go@v5
66
66
with :
67
67
go-version : ' 1.21'
68
68
- run : make test
You can’t perform that action at this time.
0 commit comments