Skip to content

Commit

Permalink
refactor: downgrade Go version
Browse files Browse the repository at this point in the history
The latest ubi-8 image does not have the latest Go version, so in order
to build the image we need to use Go 1.22.
  • Loading branch information
MikelAlejoBR committed Jan 15, 2025
1 parent 2bd3449 commit 282bcef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/redhatinsights/sources-superkey-worker

go 1.23
go 1.22.0

require (
github.com/RedHatInsights/sources-api-go v0.0.0-20250115161735-26a815f4196f
Expand Down

0 comments on commit 282bcef

Please sign in to comment.