From 50ddd29b6ff5bb69919c4fbf7eed4e54ef5be54b Mon Sep 17 00:00:00 2001 From: Jared Hatfield Date: Sun, 15 Feb 2026 17:26:21 +0000 Subject: [PATCH] Update Go version to 1.26.0 --- .github/workflows/build-go.yml | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-go.yml b/.github/workflows/build-go.yml index 3d952c9..8a76898 100644 --- a/.github/workflows/build-go.yml +++ b/.github/workflows/build-go.yml @@ -22,7 +22,7 @@ jobs: - name: Set up Go uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0 with: - go-version: '1.25.7' # GOVERSION + go-version: '1.26.0' # GOVERSION - name: Cache Go modules uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3 diff --git a/go.mod b/go.mod index 9d83bfa..1f06ff7 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/UnitVectorY-Labs/dotgithubindexer -go 1.25.7 // GOVERSION +go 1.26.0 // GOVERSION require ( github.com/google/go-github/v50 v50.2.0