From c4d6a1e38fc6829c2183b66f62ee893fbdc460b1 Mon Sep 17 00:00:00 2001 From: Andy Wang Date: Thu, 31 Mar 2022 16:27:21 +0100 Subject: [PATCH] Update Go and NDK versions --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index b46515f..50ac3d1 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -15,8 +15,8 @@ pool: vmImage: 'ubuntu-latest' variables: - GOVERSION: '1.15.2' - NDKVERSION: 'r21e' + GOVERSION: '1.18' + NDKVERSION: 'r23b' GOBIN: '$(GOPATH)/bin' # Go binaries path GOROOT: '$(Agent.BuildDirectory)/go' # Go installation path GOPATH: '$(Agent.BuildDirectory)/gopath' # Go workspace path