Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion npi/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.

GCSFUSE_VERSION ?= v3.4.0
GO_VERSION=1.24.5
GO_VERSION=1.24.11
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

Updating the Go version here is correct. However, this version number is now inconsistent with other parts of the codebase, which can cause confusion and maintenance issues.

  • npi/cloudbuild.yaml specifies a default _GO_VERSION of 1.25.0.
  • Several Dockerfiles (e.g., npi/gcsfuse-perf-base.dockerfile, and others in npi/fio/) specify a default GO_VERSION of 1.24.5.

While this Makefile overrides these values during the make build process, it's best practice to update these other files to use 1.24.11 for consistency. This would prevent accidental use of an old version if builds are run through other means.

UBUNTU_VERSION=24.04
REGISTRY=us-docker.pkg.dev
PROJECT=gcs-fuse-test
Expand Down