File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111 - uses : actions/checkout@v4
1212 - uses : actions/setup-go@v5
1313 with :
14- go-version : ' 1.24.5 '
14+ go-version : ' 1.25.0 '
1515 - run : ' go build ./cmd/terminal.go'
Original file line number Diff line number Diff line change 1111 - uses : actions/checkout@v4
1212 - uses : actions/setup-go@v5
1313 with :
14- go-version : ' 1.24.5 '
14+ go-version : ' 1.25.0 '
1515 - uses : golangci/golangci-lint-action@v6.5.0
1616 with :
1717 version : v1.64.4
2121 - uses : actions/checkout@v4
2222 - uses : actions/setup-go@v5
2323 with :
24- go-version : ' 1.24.5 '
24+ go-version : ' 1.25.0 '
2525 - run : go mod tidy -diff
Original file line number Diff line number Diff line change 11# syntax=docker/dockerfile:1
2- FROM golang:1.24.5 AS build
2+ FROM golang:1.25.0 AS build
33
44WORKDIR /src
55COPY . .
@@ -10,7 +10,7 @@ FROM alpine:3.20.2
1010
1111WORKDIR /
1212
13- RUN apk update && apk add --no-cache ca-certificates=20250619-r0 tzdata=2025b-r0 wget=1.24.5 -r0
13+ RUN apk update && apk add --no-cache ca-certificates=20250619-r0 tzdata=2025b-r0 wget=1.25.0 -r0
1414
1515COPY --from=build /bin/terminal /bin/terminal
1616COPY --from=build /src/website/build ./website/build
Original file line number Diff line number Diff line change 11module go.mattglei.ch/terminal
22
3- go 1.24.5
3+ go 1.25.0
44
55require golang.org/x/sys v0.35.0 // indirect
66
You can’t perform that action at this time.
0 commit comments