opendevstack / ods-pipeline

Alternative ODS CI/CD pipeline based on Tekton / OpenShift Pipelines
Apache License 2.0
13 stars 5 forks source link

Use Go 1.19 for building #659

Closed michaelsauter closed 1 year ago

michaelsauter commented 1 year ago

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: