Skip to content

Commit b5d26bb

Browse files
chore(deps): update go updates (#26)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1e21f61 commit b5d26bb

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.mise.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
GIT_CLIFF_CONFIG = "{{ config_root }}/.github/cliff.toml"
33

44
[tools]
5-
go = "1.25.5"
5+
go = "1.26.2"
66
gh = "2.92.0"
77
uv = "0.11.14"
88
git-cliff = "2.13.1"

example/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/ckoliber/gocrud/examples
22

3-
go 1.25.5
3+
go 1.26.3
44

55
replace github.com/ckoliber/gocrud => ../
66

go.mod

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

3-
go 1.25.5
3+
go 1.26.3
44

55
require (
66
github.com/danielgtaylor/huma/v2 v2.35.0

0 commit comments

Comments
 (0)