File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1818 - uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5
1919 with :
20- go-version : " 1.24 .x"
20+ go-version : " 1.25 .x"
2121 cache : false
2222 - name : golangci-lint
2323 uses : golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v8
Original file line number Diff line number Diff line change 3333 - name : setup-go
3434 uses : actions/setup-go@v5
3535 with :
36- go-version : 1.21 .x
36+ go-version : 1.25 .x
3737 - name : setup qemu
3838 id : qemu
3939 uses : docker/setup-qemu-action@v3
Original file line number Diff line number Diff line change 1212 - uses : actions/checkout@v4
1313 - uses : actions/setup-go@v5
1414 with :
15- go-version : 1.21 .x
15+ go-version : 1.25 .x
1616 - name : download go mods
1717 run : |
1818 go mod download
You can’t perform that action at this time.
0 commit comments