Skip to content

Commit a77fb78

Browse files
Bump Go toolchain to 1.26.6 to fix stdlib vulnerabilities
Co-Authored-By: shayan <shayan@cognition.ai>
1 parent f88456f commit a77fb78

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.24.4-alpine AS build
1+
FROM golang:1.26.6-alpine AS build
22
ARG VERSION="dev"
33

44
# Set the working directory

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/github/github-mcp-server
22

3-
go 1.23.7
3+
go 1.26.6
44

55
require (
66
github.com/google/go-github/v72 v72.0.0

0 commit comments

Comments
 (0)