File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 25
25
fetch-depth : 10
26
26
27
27
- name : Set up Go ${{ matrix.go_version }}
28
- uses : actions/setup-go@v5.3 .0
28
+ uses : actions/setup-go@v5.4 .0
29
29
with :
30
30
go-version : ${{ matrix.go_version }}
31
31
Original file line number Diff line number Diff line change 17
17
fetch-depth : 0
18
18
19
19
- name : Set up Go stable
20
- uses : actions/setup-go@v5.3 .0
20
+ uses : actions/setup-go@v5.4 .0
21
21
with :
22
22
go-version : stable
23
23
24
24
- name : Lint with golangci-lint
25
- uses :
golangci/[email protected] .1
25
+ uses :
golangci/[email protected] .2
Original file line number Diff line number Diff line change 21
21
fetch-depth : 0
22
22
23
23
- name : Set up Go ${{ matrix.go_version }}
24
- uses : actions/setup-go@v5.3 .0
24
+ uses : actions/setup-go@v5.4 .0
25
25
with :
26
26
go-version : ${{ matrix.go_version }}
27
27
You can’t perform that action at this time.
0 commit comments