File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313 - uses : actions/checkout@v4
1414 - uses : actions/setup-go@v5
1515 with :
16- go-version : " 1.24 "
16+ go-version : " 1.26 "
1717 - uses : golangci/golangci-lint-action@v6
1818 with :
1919 version : v1.64.5
2424 - uses : actions/checkout@v4
2525 - uses : actions/setup-go@v5
2626 with :
27- go-version : " 1.24 "
27+ go-version : " 1.26 "
2828 - run : go mod tidy
2929 - run : git diff --exit-code go.mod go.sum
3030
3434 - uses : actions/checkout@v4
3535 - uses : actions/setup-go@v5
3636 with :
37- go-version : " 1.24 "
37+ go-version : " 1.26 "
3838 - run : go fix ./...
3939 - run : git diff --exit-code
4040
4444 - uses : actions/checkout@v4
4545 - uses : actions/setup-go@v5
4646 with :
47- go-version : " 1.24 "
47+ go-version : " 1.26 "
4848 - run : go test -race ./...
4949
5050 docker :
Original file line number Diff line number Diff line change 1- FROM golang:1.24.4-alpine AS builder
1+ FROM golang:1.26.0-alpine3.23 AS builder
22
33WORKDIR /build
44
@@ -8,7 +8,7 @@ RUN go mod download
88COPY . .
99RUN CGO_ENABLED=0 go build -ldflags="-s -w" -o burrow ./cmd/burrow
1010
11- FROM alpine:3.21.3
11+ FROM alpine:3.23.0
1212
1313RUN apk add --no-cache ca-certificates
1414
Original file line number Diff line number Diff line change 11module github.com/firecow/burrow
22
3- go 1.24 .0
3+ go 1.26 .0
44
55require (
66 github.com/coder/websocket v1.8.14
You can’t perform that action at this time.
0 commit comments