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@v2
1818 - uses : actions/setup-go@v2
1919 with :
20- go-version : ' 1.20.2 '
20+ go-version : ' 1.25.0 '
2121 - name : golangci-lint
2222 uses : golangci/golangci-lint-action@v2.5.2
2323 with :
3030 - uses : actions/checkout@v2
3131 - uses : actions/setup-go@v2
3232 with :
33- go-version : ' 1.20.2 '
33+ go-version : ' 1.25.0 '
3434 - run : make test
3535 build :
3636 name : Build binaries
4545 - uses : actions/checkout@v2
4646 - uses : actions/setup-go@v2
4747 with :
48- go-version : ' 1.20.2 '
48+ go-version : ' 1.25.0 '
4949 - run : make build
Original file line number Diff line number Diff line change 2525 - name : Set up Go
2626 uses : actions/setup-go@v2
2727 with :
28- go-version : 1.20.2
28+ go-version : 1.25.0
2929 #
3030 # Uncomment the following lines if you want to use macOS notarization
3131 # ---------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments