diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2bb04d1b6f..33e928fc91 100755 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -36,7 +36,7 @@ jobs: strategy: matrix: go-version: - - 1.24.6 + - 1.24.11 sys: - { os: ubuntu-latest } - { os: macos-15-intel, shell: zsh } diff --git a/go.mod b/go.mod index d21e7ebcaf..9ec6be224c 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/ActiveState/cli -go 1.24.9 +go 1.24.11 require ( github.com/99designs/gqlgen v0.17.54