Skip to content

Commit 45f3a06

Browse files
committed
Update awg-go to last version
[awg]
1 parent 1421c3e commit 45f3a06

File tree

4 files changed

+15
-4
lines changed

4 files changed

+15
-4
lines changed

.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: feature/xray-merge
34+
ref: feature/awg-1.5
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-beta-awg-1.5-fix2
22+
ref: v0.2.13-beta-awg-1.5-fix6
2323
path: amneziawg-go
2424

2525
- name: 'Run build script'

.github/workflows/build_awg_macos.yml

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

25+
- name: 'Setup Go'
26+
uses: actions/setup-go@v4
27+
with:
28+
go-version: 1.24.4
29+
cache-dependency-path: go.sum
30+
2531
- name: 'Run build script'
2632
working-directory: amneziawg-go
2733
run: |

.github/workflows/build_libssh_macos.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ env:
1414
jobs:
1515
build_arch:
1616
runs-on: macos-latest
17+
if: |
18+
contains(github.event.head_commit.message, '[all]') ||
19+
contains(github.event.head_commit.message, '[macos]') ||
20+
contains(github.event.head_commit.message, '[macos-libssh]') ||
21+
contains(github.event.head_commit.message, '[libssh]')
1722
strategy:
1823
matrix:
1924
arch:
@@ -243,4 +248,4 @@ jobs:
243248
uses: actions/upload-artifact@v4
244249
with:
245250
name: libssh-fat
246-
path: libssh-fat.zip
251+
path: libssh-fat.zip

0 commit comments

Comments
 (0)