File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1717 - name : Set up Go
1818 uses : actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6
1919 with :
20- go-version : 1.25.4
20+ go-version : 1.25.5
2121 - name : Lint
2222 uses : golangci/golangci-lint-action@e7fa5ac41e1cf5b7d48e45e42232ce7ada589601 # v9
2323 with :
4444 - name : Set up Go
4545 uses : actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6
4646 with :
47- go-version : 1.25.4
47+ go-version : 1.25.5
4848 - name : Build
4949 run : GOOS=${{ matrix.target.goos }} GOARCH=${{ matrix.target.goarch }} go build -v ./...
Original file line number Diff line number Diff line change 11FROM debian:bookworm-slim AS base
22
3- FROM golang:1.25.4 -bookworm AS builder
3+ FROM golang:1.25.5 -bookworm AS builder
44COPY --from=base / /
55WORKDIR /app
66ADD . /app
Original file line number Diff line number Diff line change 2323 "@fortawesome/free-brands-svg-icons" : " 7.1.0" ,
2424 "@fortawesome/free-regular-svg-icons" : " 7.1.0" ,
2525 "@fortawesome/free-solid-svg-icons" : " 7.1.0" ,
26- "@fortawesome/react-fontawesome" : " 3.1.0 " ,
26+ "@fortawesome/react-fontawesome" : " 3.1.1 " ,
2727 "@mdx-js/react" : " 3.1.1" ,
2828 "@xyflow/react" : " 12.9.3" ,
2929 "clsx" : " 2.1.1" ,
3030 "dagre" : " 0.8.5" ,
31- "prettier" : " 3.6.2 " ,
31+ "prettier" : " 3.7.4 " ,
3232 "prism-react-renderer" : " 2.4.1" ,
3333 "react" : " 19.2.0" ,
3434 "react-dom" : " 19.2.0" ,
You can’t perform that action at this time.
0 commit comments