Skip to content

Commit d661e29

Browse files
authored
feat: awg 2.0 dependencies (#27) (#30)
[awg]
1 parent 349aeca commit d661e29

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/build_awg_android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
uses: actions/checkout@v4
3838
with:
3939
repository: amnezia-vpn/amneziawg-android
40-
ref: v1.1.3
40+
ref: v1.1.5
4141
path: android/amneziawg-android
4242
submodules: true
4343

.github/workflows/build_awg_ios.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
uses: actions/checkout@v4
3232
with:
3333
repository: amnezia-vpn/amneziawg-apple
34-
ref: v1.0.0
34+
ref: v1.1.0
3535
path: awg-apple
3636

3737
- name: 'Build WG'

.github/workflows/build_awg_linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: actions/checkout@v4
2020
with:
2121
repository: amnezia-vpn/amneziawg-go
22-
ref: v0.2.13
22+
ref: v0.2.15
2323
path: amneziawg-go
2424

2525
- name: 'Run build script'

.github/workflows/build_awg_macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: actions/checkout@v4
2020
with:
2121
repository: amnezia-vpn/amneziawg-go
22-
ref: v0.2.13
22+
ref: v0.2.15
2323
path: amneziawg-go
2424

2525
- name: 'Setup Go'

.github/workflows/build_awg_windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: actions/checkout@v4
1818
with:
1919
repository: amnezia-vpn/amneziawg-windows
20-
ref: v0.1.5
20+
ref: v0.1.6
2121
path: windows/wireguard-windows
2222

2323
- name: 'Build WireGuard binary'

0 commit comments

Comments
 (0)