I try to update my single gitlab runner from 11.0 to 11.3.1 and followed the instruction on the gitlab doc.
sudo apt-get install gitlab-runner will confirm that I have the new version installed:
gitlab-runner is already the newest version (11.3.1).
The last updates like 10.* to 11.0 worked absolutely fine but this time the runner still stays on 11.0 (in -help and gitlab-ci web ui).
A restart of the runner don't change anything so it looks like I miss a major step for the update some how.
It would be great to find out what I'm doing wrong, thanks in advance. :-)
OS: Ubuntu 18.04.1
(I'm relatively new in the linux and gitlab world so it could be something obvious)
Used update command:
# For Debian/Ubuntu/Mint
sudo apt-get update
sudo apt-get install gitlab-runner