From 5dd9db1196cb40978d08b4c2d6572b96d18fcd3a Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
<41898282+github-actions[bot]@users.noreply.github.com>
Date: Wed, 8 Jul 2026 10:23:48 +0000
Subject: [PATCH] fix: update Go metadata to 1.26.5
---
README.md | 2 +-
src/languages/go.ts | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 85a4e8a..edb926c 100644
--- a/README.md
+++ b/README.md
@@ -460,7 +460,7 @@ from its package subpath.
|
| Gleam | `gleam` | `.gleam` | `1.17.0` | `code-languages/gleam` |
|
| GML | `gml` | `.gml` | `2024.13.0` | `code-languages/gml` |
|
| GLSL | `glsl` | `.glsl`, `.vert`, `.frag`, `.geom`, `.tesc`, `.tese`, `.comp`, `.vs`, `.fs` | `4.60` | `code-languages/glsl` |
-|
| Go | `go` | `.go` | `1.26.4` | `code-languages/go` |
+|
| Go | `go` | `.go` | `1.26.5` | `code-languages/go` |
|
| Gradle | `gradle` | `.gradle`, `.gradle.kts` | `9.6.1` | `code-languages/gradle` |
|
| Grain | `grain` | `.gr` | `grain-v0.7.2` | `code-languages/grain` |
|
| GraphQL | `graphql` | `.graphql`, `.gql`, `.graphqls` | `September 2025` | `code-languages/graphql` |
diff --git a/src/languages/go.ts b/src/languages/go.ts
index aaa6f0f..0deebcd 100644
--- a/src/languages/go.ts
+++ b/src/languages/go.ts
@@ -12,7 +12,7 @@ export const go = {
packageManagers: ['Go modules'],
ecosystems: ['Cloud', 'DevOps', 'Networking'],
},
- version: '1.26.4',
+ version: '1.26.5',
logo: 'https://go.dev/blog/go-brand/Go-Logo/SVG/Go-Logo_Blue.svg',
color: '#00ADD8',
i18n: {