aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/go.mod
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2022-01-18 18:21:45 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2022-01-18 18:21:45 +0100
commit29cdb3341c708ebdcd6eab6cb1105a4bb7714aef (patch)
treef0b752cc023c432479c2ce9e67530d9dcf608800 /go.mod
parentdpapi: remove stray test exe (diff)
downloadwireguard-windows-29cdb3341c708ebdcd6eab6cb1105a4bb7714aef.tar.xz
wireguard-windows-29cdb3341c708ebdcd6eab6cb1105a4bb7714aef.zip
Makefile: choose newest version of Go
Now that these are sorted properly, we can rely on the top one being the newest. Before, we assumed the last one was the newest, which was only true during betas and rcs, which required us to swap back and forth between the first one and the last one. But even then, the last one wouldn't always be the latest beta! So sometimes we had to change it to the second to last one. And on and on with madness. In other words, before the list was basically unsorted. But now that it's sorted, we can just use the top one always, which is what we want. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'go.mod')
0 files changed, 0 insertions, 0 deletions