Skip to content

Commit

Permalink
Update Cloak to version 2.9.0
Browse files Browse the repository at this point in the history
[cloak] [android-openvpn]
  • Loading branch information
outspace committed Apr 15, 2024
1 parent 66313fb commit 962daac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_cloak.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: cloak

on: [push]


jobs:

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

- name: 'Setup ccache'
uses: hendrikmuhs/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_openvpn_android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: 'Install GO'
uses: actions/setup-go@v2
with:
go-version: 1.20.3
go-version: '^1.22' # The Go version to download (if necessary) and use.

- name: 'Setup ccache'
uses: hendrikmuhs/[email protected]
Expand Down

0 comments on commit 962daac

Please sign in to comment.