Skip to content
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

Use Go 1.19 for building #659

Merged
merged 1 commit into from
Feb 17, 2023
Merged

Use Go 1.19 for building #659

merged 1 commit into from
Feb 17, 2023

Conversation

michaelsauter
Copy link
Member

@michaelsauter michaelsauter commented Feb 16, 2023

Triggered by experimenting with log/slog, which requires atomic.Int64, which was added in Go 1.19. I would have used Go 1.20 but it is not available via homebrew yet.

This will be handy in #656. I wanted to extract it into its own PR to isolate potential issues arising from the changed builder image.

Tasks:

  • Updated design documents in docs/design directory or not applicable
  • Updated user-facing documentation in docs directory or not applicable
  • Ran tests (e.g. make test) or not applicable
  • Updated changelog or not applicable

Triggered by experimenting with log/slog, which requires atomic.Int64. I
would have used Go 1.20 but it is not available via homebrew yet.
Copy link
Member

@henrjk henrjk left a comment

Choose a reason for hiding this comment

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

LGTM

@michaelsauter michaelsauter merged commit b75e94e into master Feb 17, 2023
@michaelsauter michaelsauter deleted the feature/go1-19-builder branch February 17, 2023 13:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants