Skip to content

Conversation

lespea
Copy link
Contributor

@lespea lespea commented Sep 20, 2024

For whatever reason when compiling with go 1.23 it complains about needing to go tidy and running that bumps the go version to 1.21 and adds the toolchain directive, while also updating go.sum.

Compiling on go 1.20 works just fine without this update.

Not sure if you want to go all the way to 1.23 or do the minimum of 1.21 so I just picked the latter and can change if you want to.

For whatever reason when compiling with go `1.23` it complains about
needing to `go tidy` and running that bumps the go version to `1.21` and
adds the `toolchain` directive, while also updating go.sum.

Compiling on go `1.20` works just fine without this update.

Not sure if you want to go all the way to `1.23` or do the minimum of
`1.21` so I just picked the latter and can change if you want to.
@johnkerl
Copy link
Owner

@lespea let's keep 1.21.

Personally I'd love to go newer but for some of the various distro builds newer Go versions aren't always available

@lespea
Copy link
Contributor Author

lespea commented Sep 20, 2024

Hopefully this going from 1.19 -> 1.21 won't be too big of an issue. I don't know why it's complaining. I'm stuck w/1.20 @ work so I haven't used newer versions much.

@johnkerl johnkerl merged commit 7afa99d into johnkerl:main Sep 20, 2024
6 checks passed
@johnkerl
Copy link
Owner

Thank you @lespea ! :)

@lespea lespea deleted the bumpGoVersion branch September 20, 2024 16:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants