File tree 2 files changed +8
-8
lines changed
2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 14
14
codeql :
15
15
strategy :
16
16
matrix :
17
- go : [1.16.x, 1.17.x ]
17
+ go : [stable ]
18
18
os : [ubuntu-latest]
19
19
name : Run ${{ matrix.go }} on ${{ matrix.os }}
20
20
runs-on : ${{ matrix.os }}
@@ -25,16 +25,16 @@ jobs:
25
25
sudo sysctl -w vm.max_map_count=262144
26
26
27
27
- name : Setup Go ${{ matrix.go }}
28
- uses : actions/setup-go@v2
28
+ uses : actions/setup-go@v5
29
29
with :
30
30
go-version : ${{ matrix.go }}
31
31
32
32
- name : Checkout repository
33
- uses : actions/checkout@v2
33
+ uses : actions/checkout@v4
34
34
with :
35
35
fetch-depth : 2
36
36
37
- - uses : actions/cache@v2
37
+ - uses : actions/cache@v4
38
38
with :
39
39
path : |
40
40
~/.cache/go-build
Original file line number Diff line number Diff line change 10
10
test :
11
11
strategy :
12
12
matrix :
13
- go : [1.17.x, 1.18.x ]
13
+ go : [stable ]
14
14
os : [ubuntu-latest]
15
15
name : Run ${{ matrix.go }} on ${{ matrix.os }}
16
16
runs-on : ${{ matrix.os }}
@@ -21,14 +21,14 @@ jobs:
21
21
sudo sysctl -w vm.max_map_count=262144
22
22
23
23
- name : Setup Go ${{ matrix.go }}
24
- uses : actions/setup-go@v2
24
+ uses : actions/setup-go@v5
25
25
with :
26
26
go-version : ${{ matrix.go }}
27
27
28
28
- name : Checkout code
29
- uses : actions/checkout@v2
29
+ uses : actions/checkout@v4
30
30
31
- - uses : actions/cache@v2
31
+ - uses : actions/cache@v4
32
32
with :
33
33
path : |
34
34
~/.cache/go-build
You can’t perform that action at this time.
0 commit comments