File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 17
17
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
18
18
- uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6
19
19
with :
20
- go-version : " 1.24 .x"
20
+ go-version : " 1.25 .x"
21
21
cache : false
22
22
- name : golangci-lint
23
23
uses : golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v8
Original file line number Diff line number Diff line change 33
33
- name : setup-go
34
34
uses : actions/setup-go@v6
35
35
with :
36
- go-version : 1.21 .x
36
+ go-version : 1.25 .x
37
37
- name : setup qemu
38
38
id : qemu
39
39
uses : docker/setup-qemu-action@v3
Original file line number Diff line number Diff line change 12
12
- uses : actions/checkout@v4
13
13
- uses : actions/setup-go@v6
14
14
with :
15
- go-version : 1.21 .x
15
+ go-version : 1.25 .x
16
16
- name : download go mods
17
17
run : |
18
18
go mod download
You can’t perform that action at this time.
0 commit comments