File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2424 - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
2525 - uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
2626 with :
27- go-version : " 1.24 "
27+ go-version : " 1.25.5 "
2828 - run : make test
2929
3030 golangci :
3434 - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
3535 - uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
3636 with :
37- go-version : " 1.24 "
37+ go-version : " 1.25.5 "
3838 - name : golangci-lint
3939 uses : golangci/golangci-lint-action@e7fa5ac41e1cf5b7d48e45e42232ce7ada589601 # v9.1.0
4040 with :
Original file line number Diff line number Diff line change 11# Build the manager binary
2- FROM golang:1.25@sha256:698183780de28062f4ef46f82a79ec0ae69d2d22f7b160cf69f71ea8d98bf25d AS builder
2+ FROM golang:1.25@sha256:3b02b6795aa38e69f8e39b93a32acc02a423de1a8d508bbcb16b858cd6b4ac07 AS builder
33ARG TARGETOS
44ARG TARGETARCH
55
Original file line number Diff line number Diff line change 11module github.com/spinframework/runtime-class-manager
22
3- go 1.24.1
3+ go 1.25.5
44
55require (
66 github.com/mitchellh/go-ps v1.0.0
Original file line number Diff line number Diff line change 1- FROM golang:1.25@sha256:698183780de28062f4ef46f82a79ec0ae69d2d22f7b160cf69f71ea8d98bf25d AS builder
1+ FROM golang:1.25@sha256:3b02b6795aa38e69f8e39b93a32acc02a423de1a8d508bbcb16b858cd6b4ac07 AS builder
22
33WORKDIR /app
44
You can’t perform that action at this time.
0 commit comments