diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a048d63079..367bef1a5b 100755 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -36,7 +36,7 @@ jobs: strategy: matrix: go-version: - - 1.26.4 + - 1.26.5 sys: - { os: ubuntu-latest } - { os: macos-15-intel, shell: zsh } diff --git a/go.mod b/go.mod index a8f48a6f6c..423130e401 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/ActiveState/cli -go 1.26.4 +go 1.26.5 require ( github.com/99designs/gqlgen v0.17.54