From f34ef85de7856c8c1413dfdae5c7094e3dc9ddc1 Mon Sep 17 00:00:00 2001 From: Winston Howes Date: Tue, 21 Apr 2026 10:39:07 -0700 Subject: [PATCH] Bump Go to 1.26.2 --- .github/workflows/releaser.yml | 2 +- .github/workflows/test.yml | 2 +- go.mod | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/releaser.yml b/.github/workflows/releaser.yml index 8672179..e902206 100644 --- a/.github/workflows/releaser.yml +++ b/.github/workflows/releaser.yml @@ -28,7 +28,7 @@ jobs: - name: Set up Go uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0 with: - go-version: '1.24.3' + go-version: '1.26.2' - name: Run GoReleaser uses: goreleaser/goreleaser-action@ec59f474b9834571250b370d4735c50f8e2d1e29 # v7.0.0 with: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4bab5b4..5443a05 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,7 +13,7 @@ jobs: - name: Set up Go uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0 with: - go-version: '1.24.3' + go-version: '1.26.2' - name: Export Go module cache path run: echo "GOMODCACHE=$(go env GOMODCACHE)" >> "$GITHUB_ENV" - name: Restore module cache diff --git a/go.mod b/go.mod index 6b317c8..9656937 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/winhowes/AuthTranslator -go 1.24.3 +go 1.26.2 require ( github.com/fsnotify/fsnotify v1.9.0