File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 11# Start from a Debian image with the latest version of Go installed
22# and a workspace (GOPATH) configured at /go.
3- FROM golang:1.24.2
3+ FROM golang:1.24.3
44
55# Copy the local package files to the container's workspace.
66ADD . /go/src/github.com/compscidr/goblog/
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module goblog
22
33go 1.23.0
44
5- toolchain go1.24.2
5+ toolchain go1.24.3
66
77require (
88 github.com/compscidr/scholar v1.0.9
@@ -15,7 +15,7 @@ require (
1515 github.com/stretchr/testify v1.10.0
1616 gorm.io/driver/mysql v1.5.7
1717 gorm.io/driver/sqlite v1.5.7
18- gorm.io/gorm v1.26.0
18+ gorm.io/gorm v1.26.1
1919)
2020
2121require (
Original file line number Diff line number Diff line change @@ -286,5 +286,7 @@ gorm.io/gorm v1.25.12 h1:I0u8i2hWQItBq1WfE0o2+WuL9+8L21K9e2HHSTE/0f8=
286286gorm.io/gorm v1.25.12 /go.mod h1:xh7N7RHfYlNc5EmcI/El95gXusucDrQnHXe0+CgWcLQ =
287287gorm.io/gorm v1.26.0 h1:9lqQVPG5aNNS6AyHdRiwScAVnXHg/L/Srzx55G5fOgs =
288288gorm.io/gorm v1.26.0 /go.mod h1:8Z33v652h4//uMA76KjeDH8mJXPm1QNCYrMeatR0DOE =
289+ gorm.io/gorm v1.26.1 h1:ghB2gUI9FkS46luZtn6DLZ0f6ooBJ5IbVej2ENFDjRw =
290+ gorm.io/gorm v1.26.1 /go.mod h1:8Z33v652h4//uMA76KjeDH8mJXPm1QNCYrMeatR0DOE =
289291nullprogram.com/x/optparse v1.0.0 /go.mod h1:KdyPE+Igbe0jQUrVfMqDMeJQIJZEuyV7pjYmp6pbG50 =
290292rsc.io/pdf v0.1.1 /go.mod h1:n8OzWcQ6Sp37PL01nO98y4iUCRdTGarVfzxY20ICaU4 =
You can’t perform that action at this time.
0 commit comments