chore: upgrade Go version from 1.23 to 1.24#1937
Merged
neel-astro merged 4 commits intoastronomer:mainfrom Nov 20, 2025
Merged
Conversation
neel-astro
approved these changes
Sep 16, 2025
AmFlint
requested changes
Sep 17, 2025
Contributor
AmFlint
left a comment
There was a problem hiding this comment.
Tested locally, code compiles successully, however, I see there's another place in the config.yml (integration-test job, line 117, which manually installs golang version 1.23.4):
integration-test:
description: "Run integration tests"
steps:
- checkout
- run:
name: Install Go
command: |
set -e
cd /tmp
curl -Lo go.tar.gz https://go.dev/dl/go1.23.4.linux-amd64.tar.gz
sudo rm -rf /usr/local/go
sudo tar -C /usr/local -xvf go.tar.gz
GOROOT=/usr/local/go go version
echo 'export GOROOT=/usr/local/go' >> $BASH_ENVCan you update this place as well please ?
2a0e433 to
74f4c5a
Compare
Contributor
Author
|
@AmFlint done |
AmFlint
approved these changes
Oct 10, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Upgrade Go version from 1.23 to 1.24 to use the latest stable Go release.
🎟 Issue(s)
Related #1705
🧪 Functional Testing
make lint- passes without errorsmake test- all tests pass📸 Screenshots
📋 Checklist
make testbefore taking out of draftmake lintbefore taking out of draft