Skip to content

Commit

Permalink
Merge pull request #1905 from SUSE/golang_openssl
Browse files Browse the repository at this point in the history
Switch golang-openssl to 1.22 and 1.23
  • Loading branch information
dirkmueller authored Nov 7, 2024
2 parents 86fe1bc + bf85fef commit 940be25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bci_build/package/golang.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

_GO_VER_T = Literal["1.20", "1.21", "1.22", "1.23"]
_GOLANG_VERSIONS: list[_GO_VER_T] = ["1.22", "1.23"]
_GOLANG_OPENSSL_VERSIONS: list[_GO_VER_T] = ["1.20", "1.21"]
_GOLANG_OPENSSL_VERSIONS: list[_GO_VER_T] = ["1.22", "1.23"]
_GOLANG_VARIANT_T = Literal["", "-openssl"]

assert len(_GOLANG_VERSIONS) == 2, "Only two golang versions must be supported"
Expand Down

0 comments on commit 940be25

Please sign in to comment.