Skip to content

Commit cad81c4

Browse files
authored
Merge pull request #6 from amnezia-vpn/update_cloak_290
Update Cloak to version 2.9.0
2 parents 66313fb + 962daac commit cad81c4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build_cloak.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: cloak
22

33
on: [push]
4-
4+
55

66
jobs:
77

@@ -20,7 +20,7 @@ jobs:
2020
- name: 'Install GO'
2121
uses: actions/setup-go@v2
2222
with:
23-
go-version: 1.20.3
23+
go-version: '^1.22' # The Go version to download (if necessary) and use.
2424

2525
- name: 'Setup ccache'
2626
uses: hendrikmuhs/[email protected]

.github/workflows/build_openvpn_android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: 'Install GO'
3030
uses: actions/setup-go@v2
3131
with:
32-
go-version: 1.20.3
32+
go-version: '^1.22' # The Go version to download (if necessary) and use.
3333

3434
- name: 'Setup ccache'
3535
uses: hendrikmuhs/[email protected]

0 commit comments

Comments
 (0)