File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 25
25
with :
26
26
submodules : true
27
27
- name : Setup Go ${{ matrix.go-version }}
28
- uses : actions/setup-go@v4
28
+ uses : actions/setup-go@v5
29
29
with :
30
30
go-version : ${{ matrix.go-version }}
31
31
# You can test your matrix by printing the current Go version
Original file line number Diff line number Diff line change 22
22
sudo apt-get update
23
23
sudo apt-get install build-essential
24
24
- name : Setup Go ${{ matrix.go-version }}
25
- uses : actions/setup-go@v4
25
+ uses : actions/setup-go@v5
26
26
with :
27
27
go-version : ${{ matrix.go-version }}
28
28
# You can test your matrix by printing the current Go version
43
43
with :
44
44
submodules : true
45
45
- name : Setup Go ${{ matrix.go-version }}
46
- uses : actions/setup-go@v4
46
+ uses : actions/setup-go@v5
47
47
with :
48
48
go-version : ${{ matrix.go-version }}
49
49
# You can test your matrix by printing the current Go version
64
64
with :
65
65
submodules : true
66
66
- name : Setup Go ${{ matrix.go-version }}
67
- uses : actions/setup-go@v4
67
+ uses : actions/setup-go@v5
68
68
with :
69
69
go-version : ${{ matrix.go-version }}
70
70
# You can test your matrix by printing the current Go version
You can’t perform that action at this time.
0 commit comments