File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed 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.20 '
32+ go-version : ' 1.23 '
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.20 '
15+ go-version : ' 1.23 '
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.20 '
23+ go-version : ' 1.23 '
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.20 -alpine AS builder
1+ FROM golang:1.23 -alpine AS builder
22
33RUN go env -w GO111MODULE=auto \
44 && go env -w CGO_ENABLED=0
You can’t perform that action at this time.
0 commit comments