Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

ci: standardize on go 1.22.12#17047

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
johnstcn merged 4 commits intomainfromcj/dogfood-go-revert-bump
Mar 24, 2025
Merged

Conversation

johnstcn
Copy link
Member

@johnstcnjohnstcn commentedMar 21, 2025
edited
Loading

The version of Go in our dogfood Dockerfile was seemingly unintentionally bumped in#16894

We need to keep our various Go versions in sync, otherwise things get confusing:

  • dogfood/coder/Dockerfile
  • flake.nix
  • go.mod
  • .github/actions/setup-go/action.yaml

@johnstcnjohnstcn self-assigned thisMar 21, 2025
Copy link
Member

@aslilacaslilac left a comment

Choose a reason for hiding this comment

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

it makes me sad but I will allow it

@spikecurtisspikecurtis mentioned this pull requestMar 24, 2025
1 task
@johnstcnjohnstcn changed the titlechore(dogfood/coder/Dockerfile): revert bump of Go versionci: standardize on go 1.22.12Mar 24, 2025
@johnstcnjohnstcnforce-pushed thecj/dogfood-go-revert-bump branch fromb2a8edc tod0c9cf8CompareMarch 24, 2025 11:57
@@ -2,14 +2,14 @@ FROM rust:slim@sha256:9abf10cc84dfad6ace1b0aae3951dc5200f467c593394288c11db1e17b
# Install rust helper programs
# ENV CARGO_NET_GIT_FETCH_WITH_CLI=true
ENV CARGO_INSTALL_ROOT=/tmp/
RUN cargo installexa bat ripgreptypos-cli watchexec-cli && \
RUN cargo install typos-cli watchexec-cli && \
Copy link
MemberAuthor

Choose a reason for hiding this comment

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

review:bat was failing to build for me locally, butbat,exa, andripgrep can now be installed viaapt.

Comment on lines -68 to -70
# go-fuzz for fuzzy testing. they don't publish releases so we rely on latest.
go install github.com/dvyukov/go-fuzz/go-fuzz@latest && \
go install github.com/dvyukov/go-fuzz/go-fuzz-build@latest && \
Copy link
MemberAuthor

Choose a reason for hiding this comment

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

review: this was failing to build with a tools dependency issue but it doesn't seem to be required since go 1.18?

@johnstcnjohnstcn merged commit445a059 intomainMar 24, 2025
32 checks passed
@johnstcnjohnstcn deleted the cj/dogfood-go-revert-bump branchMarch 24, 2025 16:00
@github-actionsgithub-actionsbot locked and limited conversation to collaboratorsMar 24, 2025
Sign up for freeto subscribe to this conversation on GitHub. Already have an account?Sign in.
Reviewers

@aslilacaslilacaslilac approved these changes

@spikecurtisspikecurtisspikecurtis approved these changes

@ThomasK33ThomasK33Awaiting requested review from ThomasK33

Assignees

@johnstcnjohnstcn

Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

3 participants
@johnstcn@aslilac@spikecurtis

[8]ページ先頭

©2009-2025 Movatter.jp