arm64 needs go 1.19.1 #16

Closed
opened 2022-09-21 08:26:25 +00:00 by earl-warren · 3 comments

The arm64 image currently has go 1.19 which crashes when building some code related to generics. It was fixed in 1.19.1.

$ docker run --rm -ti --platform linux/arm64/v8 gitea/test_env:linux-arm64 go version
go version go1.19 linux/arm64

Could you please build and publish the image so that it includes 1.19.1?

The arm64 image currently has go 1.19 which crashes when [building some code related to generics](https://github.com/golang/go/issues/54703). It was fixed in 1.19.1. ``` $ docker run --rm -ti --platform linux/arm64/v8 gitea/test_env:linux-arm64 go version go version go1.19 linux/arm64 ``` Could you please build and publish the image so that it includes 1.19.1?
Author

Here is a pull request that crashes go 1.19 and would pass with 1.19.1.

Here is a [pull request that crashes go 1.19](https://github.com/go-gitea/gitea/pull/21081#issuecomment-1253376777) and would pass with 1.19.1.

rebuilding here: https://drone.gitea.com/gitea/test-env/44

note, once built it may take a sec for the drone runners to use updated image

rebuilding here: https://drone.gitea.com/gitea/test-env/44 note, once built it may take a sec for the drone runners to use updated image
Author
$ docker run --rm -ti --platform linux/arm64/v8 gitea/test_env:linux-arm64 go version
go version go1.19.1 linux/arm64
``` $ docker run --rm -ti --platform linux/arm64/v8 gitea/test_env:linux-arm64 go version go version go1.19.1 linux/arm64 ```
Sign in to join this conversation.
No Label
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: gitea/test-env#16
No description provided.