diff --git a/.changeset/patch-upgrade-go-1-26-5.md b/.changeset/patch-upgrade-go-1-26-5.md new file mode 100644 index 00000000000..aa5fc2a0e68 --- /dev/null +++ b/.changeset/patch-upgrade-go-1-26-5.md @@ -0,0 +1,5 @@ +--- +"gh-aw": patch +--- + +Upgrade Go toolchain to 1.26.5 to resolve Critical and High Go stdlib vulnerabilities (CVEs) found in the `ghcr.io/github/gh-aw-mcpg` container image scanned at go1.26.3. diff --git a/.github/workflows/smoke-copilot-auto.lock.yml b/.github/workflows/smoke-copilot-auto.lock.yml index 5207103f95d..be9291f3ff8 100644 --- a/.github/workflows/smoke-copilot-auto.lock.yml +++ b/.github/workflows/smoke-copilot-auto.lock.yml @@ -149,7 +149,6 @@ jobs: GH_AW_INFO_FIREWALL_TYPE: "squid" GH_AW_INFO_FRONTMATTER_EMOJI: "🌸" GH_AW_COMPILED_STRICT: "true" - GH_AW_INFO_MODEL_COSTS: '{"providers":{"github-copilot":{"models":{"auto":{"cost":{"input":"8.5e-07","output":"1.55e-06"}}}}}}' GH_AW_INFO_FEATURES: '{"gh-aw-detection":false}' uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0 with: diff --git a/go.mod b/go.mod index fce36bdcdeb..7b5081531ea 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/github/gh-aw -go 1.26.3 +go 1.26.5 require ( charm.land/bubbles/v2 v2.1.1