Skip to content

Commit a0b142c

Browse files
authored
Merge pull request #22 from initializ-buildpacks/automations/go-mod-update/update-main
Updates go mod version to 1.23.0
2 parents f97c67f + ef6d476 commit a0b142c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/initializ-buildpacks/python-start
22

3-
go 1.22.5
3+
go 1.23.0
44

55
// https://golang.testcontainers.org/quickstart/#2-install-testcontainers-for-go
66
replace github.com/docker/docker => github.com/docker/docker v20.10.3-0.20221013203545-33ab36d6b304+incompatible // 22.06 branch

0 commit comments

Comments
 (0)