File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2929 uses : actions/setup-go@v5
3030 with :
3131 cache : true
32- go-version : ' 1.23 '
32+ go-version : ' 1.24 '
3333 - name : Build binary file
3434 env :
3535 GOOS : ${{ matrix.goos }}
Original file line number Diff line number Diff line change 1212 - name : Setup Go environment
1313 uses : actions/setup-go@v5
1414 with :
15- go-version : ' 1.23 '
15+ go-version : ' 1.24 '
1616 cache : false
1717
1818 - name : Sort imports
Original file line number Diff line number Diff line change 2020 - name : Set up Go
2121 uses : actions/setup-go@v5
2222 with :
23- go-version : ' 1.23 '
23+ go-version : ' 1.24 '
2424
2525 - name : Run GoReleaser
2626 uses : goreleaser/goreleaser-action@v4
Original file line number Diff line number Diff line change 1- FROM golang:1.23 -alpine AS builder
1+ FROM golang:1.24 -alpine AS builder
22
33RUN go env -w GO111MODULE=auto \
44 && go env -w CGO_ENABLED=0
Original file line number Diff line number Diff line change 11module github.com/Mrs4s/go-cqhttp
22
3- go 1.23 .0
3+ go 1.24 .0
44
55toolchain go1.24.7
66
You can’t perform that action at this time.
0 commit comments