Skip to content

Commit

Permalink
Update Go and NDK versions
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeuw committed Mar 31, 2022
1 parent b36472f commit c4d6a1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c4d6a1e

Please sign in to comment.