Skip to content

Change go version from 1.24.0 to 1.24 in go.mod files#1237

Open
ahrtr wants to merge 1 commit into
googleapis:mainfrom
ahrtr:20250907_goversion
Open

Change go version from 1.24.0 to 1.24 in go.mod files#1237
ahrtr wants to merge 1 commit into
googleapis:mainfrom
ahrtr:20250907_goversion

Conversation

@ahrtr

@ahrtr ahrtr commented Sep 7, 2025

Copy link
Copy Markdown

go 1.24 is better, it is more explicit that googleapis as a library doesn't care about the go patch version. Adding the suffix ".0" forces all applications which depend on the lib have to add the suffix ".0" as well.

Followup to #1235 (comment)

@ahrtr ahrtr requested a review from a team September 7, 2025 10:06
@google-cla

google-cla Bot commented Sep 7, 2025

Copy link
Copy Markdown

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

`go 1.24` is better, it is more explicit that googleapis as a library
doesn't care about the go patch version. Adding the suffix ".0" forces
all applications which depend on the lib have to add the suffix ".0"
as well.

Signed-off-by: Benjamin Wang <benjamin.ahrtr@gmail.com>
@ahrtr ahrtr force-pushed the 20250907_goversion branch from b1c63b8 to afc6b70 Compare September 7, 2025 10:10
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.

1 participant