tbckr / sgpt

SGPT is a command-line tool that provides a convenient way to interact with OpenAI models, enabling users to run queries, generate shell commands and produce code directly from the terminal.
MIT License
258 stars 25 forks source link

Invalid go version '1.22.2': must match format 1.23 #268

Open ralphpi opened 3 months ago

ralphpi commented 3 months ago

What happened?

When running go install github.com/tbckr/sgpt/v2/cmd/sgpt@latest

This is returned go: github.com/tbckr/sgpt/v2/cmd/sgpt@latest (in github.com/tbckr/sgpt/v2@v2.14.1): go.mod:3: invalid go version '1.22.2': must match format 1.23

How can we reproduce this?

go install github.com/tbckr/sgpt/v2/cmd/sgpt@latest

sgpt version

unable to install

Search

Project

Code of Conduct

Additional context


Distributor ID: Ubuntu
Description:    Ubuntu 22.04.4 LTS
Release:        22.04
Codename:       jammy
tbckr commented 3 months ago

Hey @ralphpi, thank you for reporting this bug! Could you please also provide me the version of go you have installed (i.e. the output of go version)? Thanks!