diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7954a3c..991f9f0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,7 +35,7 @@ jobs: - name: Set up Go uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0 with: - go-version: "1.26.2" + go-version: "1.26.3" cache: true - name: Run golangci-lint @@ -62,7 +62,7 @@ jobs: - name: Set up Go uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0 with: - go-version: "1.26.2" + go-version: "1.26.3" cache: true - name: Verify go.mod is tidy @@ -107,7 +107,7 @@ jobs: - name: Set up Go uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0 with: - go-version: "1.26.2" + go-version: "1.26.3" cache: true - name: Build @@ -165,7 +165,7 @@ jobs: - name: Set up Go uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0 with: - go-version: "1.26.2" + go-version: "1.26.3" cache: true - name: gosec @@ -176,7 +176,7 @@ jobs: - name: govulncheck uses: golang/govulncheck-action@b625fbe08f3bccbe446d94fbf87fcc875a4f50ee # v1.0.4 with: - go-version-input: "1.26.2" + go-version-input: "1.26.3" repo-checkout: false - name: Semgrep @@ -207,7 +207,7 @@ jobs: - name: Set up Go uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0 with: - go-version: "1.26.2" + go-version: "1.26.3" cache: true - name: Run integration tests diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 7fdda7c..3cbc485 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -34,7 +34,7 @@ jobs: - name: Set up Go uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0 with: - go-version: "1.26.2" + go-version: "1.26.3" cache: true - name: Initialize CodeQL diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 18285f4..39dbf92 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,7 +24,7 @@ jobs: - name: Set up Go uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0 with: - go-version: "1.26.2" + go-version: "1.26.3" cache: true - name: Set up Node (for SPA build) diff --git a/go.mod b/go.mod index 407e000..5f8f9d9 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/plexara/mcp-test -go 1.26.2 +go 1.26.3 require ( github.com/golang-jwt/jwt/v5 v5.3.1