.builds: upgrade to Go 1.16.6

Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
Elias Naur
2021-07-26 19:49:34 +02:00
parent 7da315eb2b
commit 17e9896e58
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ environment:
tasks:
- install_go: |
mkdir -p /home/build/sdk
curl https://dl.google.com/go/go1.16.3.src.tar.gz | tar -C /home/build/sdk -xzf -
curl https://dl.google.com/go/go1.16.6.src.tar.gz | tar -C /home/build/sdk -xzf -
cd /home/build/sdk/go/src
./make.bash
- test_gio: |