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 1717 - uses : actions/checkout@v5
1818 - uses : actions/setup-go@v6
1919 with :
20- go-version : ' 1.25.3 '
20+ go-version : ' 1.26.1 '
2121 - name : golangci-lint
2222 uses : golangci/golangci-lint-action@v8.0.0
2323 with :
3030 - uses : actions/checkout@v5
3131 - uses : actions/setup-go@v6
3232 with :
33- go-version : ' 1.25.3 '
33+ go-version : ' 1.26.1 '
3434 - run : make test
3535 build :
3636 name : Build binaries
4545 - uses : actions/checkout@v5
4646 - uses : actions/setup-go@v6
4747 with :
48- go-version : ' 1.25.3 '
48+ go-version : ' 1.26.1 '
4949 - run : make build
Original file line number Diff line number Diff line change 2323 - name : Set up Go
2424 uses : actions/setup-go@v6
2525 with :
26- go-version : 1.25.3
26+ go-version : 1.26.1
2727
2828 - name : Run GoReleaser
2929 uses : goreleaser/goreleaser-action@v6
You can’t perform that action at this time.
0 commit comments