update go version in internal example and ci
2 files changed, 1 insertion(+), 2 deletions(-)
M .github/workflows/ci.yml → .github/workflows/ci.yml
@@ -20,7 +20,6 @@ strategy: matrix: go: - - "1.23" - "1.24" - "1.25"
M internal/examples/app/go.work → internal/examples/app/go.work
@@ -1,4 +1,4 @@ -go 1.23.2 +go 1.24 use ( .