diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5841501..0f93acb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v5 with: - go-version: "1.25.0" + go-version: "1.25.x" - name: Build + test run: | @@ -52,7 +52,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v5 with: - go-version: "1.25.0" + go-version: "1.25.x" - name: govulncheck run: | diff --git a/go.mod b/go.mod index 6c5eee1..e367eb1 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/clagentic/clagentic-router -go 1.25.0 +go 1.25.5 require ( github.com/google/uuid v1.6.0