On Wed, Feb 28, 2024 at 4:39 PM 'BENTLEY Thom' via golang-nuts <
golang-nuts@googlegroups.com> wrote:

> Thanks Jim.
> At the moment, I’m using the 1.6.3 version as specified in the internal
> documentation the project I’m learning.
> I would definitely like to upgrade go to a much later version.  Just don’t
> want to do it before I know it works on the specified version.
>

The Go backward compatibility guarantee makes it almost a certainty the
project you're working on will work fine if you upgrade to the current Go
release. There is always a very tiny chance the project depends on a bug
that has been fixed in a newer release but that is so unlikely that I
wouldn't worry about it. Also, if you upgrade to the current Go release and
have problems (which is unlikely) you can always go back to the old
version. The bottom line is that you are unlikely to get any meaningful
assistance with an ancient Go version.

-- 
Kurtis Rader
Caretaker of the exceptional canines Junior and Hank

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/CABx2%3DD9UQYMA5yY%2B_dm0qtaXujOoynBq-P97-FbiDXideNaiqQ%40mail.gmail.com.

Reply via email to