diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2024-03-28 13:57:16 +0100 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2024-03-28 13:57:16 +0100 |
| commit | 9f3cfd0932ff4ef0e74ec8b1683a40d6940be5bd (patch) | |
| tree | 0a3261ca4899601cb1ff84ac59bc0eec5eb88bdb | |
| parent | 573c88670df5ecda84814ae04828253f421da4b4 (diff) | |
| parent | 35aea73adecef62041f5f123c2249e5272981efc (diff) | |
| download | mullvadvpn-9f3cfd0932ff4ef0e74ec8b1683a40d6940be5bd.tar.xz mullvadvpn-9f3cfd0932ff4ef0e74ec8b1683a40d6940be5bd.zip | |
Merge branch 'upgrade-golang'
| -rw-r--r-- | wireguard/libwg/go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wireguard/libwg/go.mod b/wireguard/libwg/go.mod index a19c17af3a..248eff4aa6 100644 --- a/wireguard/libwg/go.mod +++ b/wireguard/libwg/go.mod @@ -1,6 +1,6 @@ module github.com/mullvad/mullvadvpn-app/wireguard/libwg -go 1.20 +go 1.21 require ( golang.org/x/sys v0.6.0 |
