Install newer version of Go lang using Snap in CI

This commit is contained in:
lwthiker
2024-02-29 22:01:52 +02:00
parent 79942b00ea
commit 43c4b38ef9

View File

@@ -54,7 +54,7 @@ jobs:
sudo apt-get update sudo apt-get update
sudo apt-get install build-essential pkg-config cmake ninja-build curl autoconf automake libtool sudo apt-get install build-essential pkg-config cmake ninja-build curl autoconf automake libtool
# Chrome version dependencies # Chrome version dependencies
sudo apt-get install golang-go sudo snap install go --classic
# Needed to compile 'minicurl' # Needed to compile 'minicurl'
sudo apt-get install libcurl4-openssl-dev sudo apt-get install libcurl4-openssl-dev
# More dependencies for the tests # More dependencies for the tests