[
https://issues.apache.org/jira/browse/BEAM-13037?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17430704#comment-17430704
]
Valentyn Tymofieiev commented on BEAM-13037:
--------------------------------------------
It seems that the jenkins-slave-boot-image-20211011 does not have go available
for 'jenkins' user:
{noformat}
gcloud compute ssh apache-ci-beam-jenkins-10 --project=apache-beam-testing
--zone us-central1-b
valentyn@apache-ci-beam-jenkins-10:~$ go version
go version go1.16.9 linux/amd64
valentyn@apache-ci-beam-jenkins-10:~$ sudo su jenkins
jenkins@apache-ci-beam-jenkins-10:/home/valentyn$ go
The program 'go' is currently not installed. You can install it by typing:
sudo apt install golang-go
{noformat}
> Update Golang version on Jenkins worker images.
> -----------------------------------------------
>
> Key: BEAM-13037
> URL: https://issues.apache.org/jira/browse/BEAM-13037
> Project: Beam
> Issue Type: Task
> Components: sdk-go, testing
> Reporter: Daniel Oliveira
> Assignee: Daniel Oliveira
> Priority: P2
> Fix For: Not applicable
>
>
> Update the version of the `go` command on our Jenkins VMs from 1.12.X to
> 1.16.X, to match as closely as possible the current version specified for Go
> in our BeamModulePlugin (1.16.5).
> Follows the instructions on Confluence here:
> https://cwiki.apache.org/confluence/display/BEAM/Jenkins+Tips#JenkinsTips-HowtoinstallandupgradesoftwareonJenkinsworkers
--
This message was sent by Atlassian Jira
(v8.3.4#803005)