File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 14
14
with :
15
15
go-version : ${{ matrix.go-version }}
16
16
- name : Check out code into the Go module directory
17
- uses : actions/checkout@v4
17
+ uses : actions/checkout@v5
18
18
- name : Build
19
19
env :
20
20
GOARCH : ${{ matrix.goarch }}
29
29
with :
30
30
go-version : 1.24.x
31
31
- name : Check out code into the Go module directory
32
- uses : actions/checkout@v4
32
+ uses : actions/checkout@v5
33
33
- name : Lint
34
34
run : make lint
35
35
grpc-check :
41
41
with :
42
42
go-version : 1.24.x
43
43
- name : Check out code into the Go module directory
44
- uses : actions/checkout@v4
44
+ uses : actions/checkout@v5
45
45
- name : Check GRPC
46
46
run : make grpc-check
47
47
test :
@@ -53,14 +53,14 @@ jobs:
53
53
with :
54
54
go-version : 1.24.x
55
55
- name : Check out code into the Go module directory
56
- uses : actions/checkout@v4
56
+ uses : actions/checkout@v5
57
57
- name : Run tests
58
58
run : make test
59
59
build-image :
60
60
runs-on : ubuntu-latest
61
61
steps :
62
62
- name : Check out code into the Go module directory
63
- uses : actions/checkout@v4
63
+ uses : actions/checkout@v5
64
64
with :
65
65
fetch-depth : 0
66
66
- name : Build image
69
69
runs-on : ubuntu-latest
70
70
needs : build
71
71
steps :
72
- - uses : actions/checkout@v4
72
+ - uses : actions/checkout@v5
73
73
- name : Set up Go
74
74
uses : actions/setup-go@v5
75
75
with :
84
84
runs-on : ubuntu-latest
85
85
needs : build
86
86
steps :
87
- - uses : actions/checkout@v4
87
+ - uses : actions/checkout@v5
88
88
- name : Set up Go
89
89
uses : actions/setup-go@v5
90
90
with :
Original file line number Diff line number Diff line change 20
20
language : [go]
21
21
steps :
22
22
- name : Checkout
23
- uses : actions/checkout@v4
23
+ uses : actions/checkout@v5
24
24
- name : Initialize CodeQL
25
25
uses : github/codeql-action/init@v3
26
26
with :
Original file line number Diff line number Diff line change 12
12
id : repo_name
13
13
run : echo ::set-output name=repository::$(echo ${{ github.repository }} | tr '[:upper:]' '[:lower:]')
14
14
- name : Check out code into the Go module directory
15
- uses : actions/checkout@v4
15
+ uses : actions/checkout@v5
16
16
with :
17
17
fetch-depth : 0
18
18
- name : Set up QEMU
Original file line number Diff line number Diff line change 12
12
id : repo_name
13
13
run : echo ::set-output name=repository::$(echo ${{ github.repository }} | tr '[:upper:]' '[:lower:]')
14
14
- name : Check out code into the Go module directory
15
- uses : actions/checkout@v4
15
+ uses : actions/checkout@v5
16
16
with :
17
17
fetch-depth : 0
18
18
- name : Set up QEMU
You can’t perform that action at this time.
0 commit comments