Skip to content

chore: Upgrade golang to v1.26#4444

Draft
kislaykishore wants to merge 1 commit intomasterfrom
upgrade-golang
Draft

chore: Upgrade golang to v1.26#4444
kislaykishore wants to merge 1 commit intomasterfrom
upgrade-golang

Conversation

@kislaykishore
Copy link
Copy Markdown
Collaborator

Description

Upgrade to golang v1.26.1 since the support for v1.24 has ended.

Link to the issue in case of a bug fix.

b/490242626

Testing details

  1. Manual - NA
  2. Unit tests - NA
  3. Integration tests - NA

Any backward incompatible change? If so, please explain.

No

@kislaykishore kislaykishore added execute-perf-test Execute performance test in PR execute-integration-tests Run only integration tests labels Mar 6, 2026
Upgrade to golang v1.26.1 since the support for v1.24 has ended.
echo "Step 2: Installing Go 1.24.11 ..."
wget -q https://go.dev/dl/go1.24.11.linux-amd64.tar.gz
rm -rf /usr/local/go && tar -C /usr/local -xzf go1.24.11.linux-amd64.tar.gz
echo "Step 2: Installing Go 1.26.1 ..."
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Can we move golang installation after step 3 (cloning gcsfuse) and utilize .go-version file for the version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

execute-integration-tests Run only integration tests execute-perf-test Execute performance test in PR

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants