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 @@ -21,18 +21,18 @@ jobs:
21
21
name : Build
22
22
strategy :
23
23
matrix :
24
- go-version : [1.22 .x, 1.21.x]
24
+ go-version : [1.24 .x, 1.21.x]
25
25
platform : [ubuntu-latest]
26
26
# platform: [ubuntu-latest, macos-latest, windows-latest]
27
27
runs-on : ${{ matrix.platform }}
28
28
steps :
29
29
- name : Install Go
30
- uses : actions/setup-go@v2
30
+ uses : actions/setup-go@v5
31
31
with :
32
32
go-version : ${{ matrix.go-version }}
33
33
34
34
- name : Cache-Go
35
- uses : actions/cache@v1
35
+ uses : actions/cache@v4
36
36
with :
37
37
path : |
38
38
~/go/pkg/mod # Module download cache
45
45
${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
46
46
47
47
- name : Checkout code
48
- uses : actions/checkout@v2
48
+ uses : actions/checkout@v4
49
49
50
50
- name : Install Linux packages
51
51
if : matrix.platform == 'ubuntu-latest'
You can’t perform that action at this time.
0 commit comments