-
Notifications
You must be signed in to change notification settings - Fork 525
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build: bump go version to 1.21.3 #11821
Conversation
This pull request does not have a backport label. Could you fix it @kruskall? 🙏
NOTE: |
sed -i "s/toolchain go[[:digit:]]\+\(\.[[:digit:]]\+\)\{1,2\}/toolchain go$GOVERSION/" tools/go.mod | ||
sed -i "s/toolchain go[[:digit:]]\+\(\.[[:digit:]]\+\)\{1,2\}/toolchain go$GOVERSION/" internal/glog/go.mod | ||
sed -i "s/toolchain go[[:digit:]]\+\(\.[[:digit:]]\+\)\{1,2\}/toolchain go$GOVERSION/" go.mod | ||
sed -i "s/toolchain go[[:digit:]]\+\(\.[[:digit:]]\+\)\{1,2\}/toolchain go$GOVERSION/" systemtest/go.mod | ||
sed -i "s/toolchain go[[:digit:]]\+\(\.[[:digit:]]\+\)\{1,2\}/toolchain go$GOVERSION/" cmd/intake-receiver/go.mod |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should probably follow up by using find -name go.mod
* build: bump go version * build: also bump systemtest go toolchain version * ci: update script to also set the toolchain version * build: bump gmux * build: run go mod tidy * build: generate notice file (cherry picked from commit d411924) # Conflicts: # .go-version # NOTICE.txt # cmd/intake-receiver/go.mod # docs/version.asciidoc # go.mod # go.sum # internal/glog/go.mod # packaging/docker/Dockerfile # systemtest/go.mod # tools/go.mod
* build: bump go version * build: also bump systemtest go toolchain version * ci: update script to also set the toolchain version * build: bump gmux * build: run go mod tidy * build: generate notice file (cherry picked from commit d411924) # Conflicts: # .go-version # NOTICE.txt # cmd/intake-receiver/go.mod # docs/version.asciidoc # go.mod # go.sum # internal/glog/go.mod # packaging/docker/Dockerfile # systemtest/go.mod # tools/go.mod
@Mergifyio backport 8.10 8.11 |
✅ Backports have been created
|
💚 All backports created successfully
Questions ?Please refer to the Backport tool documentation |
* build: bump go version * build: also bump systemtest go toolchain version * ci: update script to also set the toolchain version * build: bump gmux * build: run go mod tidy * build: generate notice file (cherry picked from commit d411924) # Conflicts: # .go-version # NOTICE.txt # docs/version.asciidoc # go.mod # go.sum # packaging/docker/Dockerfile # tools/go.mod
💚 All backports created successfully
Questions ?Please refer to the Backport tool documentation |
* build: bump go version * build: also bump systemtest go toolchain version * ci: update script to also set the toolchain version * build: bump gmux * build: run go mod tidy * build: generate notice file (cherry picked from commit d411924) # Conflicts: # .go-version # NOTICE.txt # docs/version.asciidoc # go.mod # go.sum # packaging/docker/Dockerfile # tools/go.mod
* build: bump go version * build: also bump systemtest go toolchain version * ci: update script to also set the toolchain version * build: bump gmux * build: run go mod tidy * build: generate notice file (cherry picked from commit d411924) # Conflicts: # .go-version # NOTICE.txt # docs/version.asciidoc # go.mod # go.sum # packaging/docker/Dockerfile # tools/go.mod
* build: bump go version * build: also bump systemtest go toolchain version * ci: update script to also set the toolchain version * build: bump gmux * build: run go mod tidy * build: generate notice file (cherry picked from commit d411924) # Conflicts: # .go-version # NOTICE.txt # docs/version.asciidoc # go.mod # go.sum # packaging/docker/Dockerfile # tools/go.mod Co-authored-by: kruskall <[email protected]> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
* build: bump go version * build: also bump systemtest go toolchain version * ci: update script to also set the toolchain version * build: bump gmux * build: run go mod tidy * build: generate notice file (cherry picked from commit d411924) # Conflicts: # .go-version # NOTICE.txt # docs/version.asciidoc # go.mod # go.sum # packaging/docker/Dockerfile # tools/go.mod Co-authored-by: kruskall <[email protected]> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Motivation/summary
Checklist
apmpackage
have been made)For functional changes, consider:
How to test these changes
Related issues