File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 22
22
fetch-tags : true
23
23
24
24
- name : Set up Go
25
- uses : actions/setup-go@v5
25
+ uses : actions/setup-go@v6
26
26
with :
27
27
go-version : ${{ matrix.go-version }}
28
28
51
51
sudo usermod -a -G kvm $USER
52
52
53
53
- name : Set up Go
54
- uses : actions/setup-go@v5
54
+ uses : actions/setup-go@v6
55
55
with :
56
56
go-version-file : ' go.mod'
57
57
72
72
- uses : actions/checkout@v5
73
73
74
74
- name : Set up Go
75
- uses : actions/setup-go@v5
75
+ uses : actions/setup-go@v6
76
76
with :
77
77
go-version-file : ' go.mod'
78
78
Original file line number Diff line number Diff line change 13
13
steps :
14
14
- uses : actions/checkout@v5
15
15
- name : Set up Go
16
- uses : actions/setup-go@v5
16
+ uses : actions/setup-go@v6
17
17
with :
18
18
go-version-file : ' go.mod'
19
19
- name : golangci-lint
Original file line number Diff line number Diff line change 24
24
git fetch --tags --force
25
25
26
26
- name : Set up Go
27
- uses : actions/setup-go@v5
27
+ uses : actions/setup-go@v6
28
28
with :
29
29
go-version-file : ' go.mod'
30
30
You can’t perform that action at this time.
0 commit comments