Skip to content

Commit

Permalink
CircleCI: update golibs with latest clash
Browse files Browse the repository at this point in the history
Signed-off-by: Syrone Wong <[email protected]>
  • Loading branch information
wongsyrone committed Jun 14, 2020
1 parent 5fea079 commit e22d560
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
command: git submodule update --init --recursive --remote
- run:
name: Download Go Libs
command: curl -L https://github.com/trojan-gfw/igniter-go-libs/releases/download/1.18/golibs.aar > app/src/libs/golibs.aar
command: curl -L https://github.com/trojan-gfw/igniter-go-libs/releases/download/1.20/golibs.aar > app/src/libs/golibs.aar
- restore_cache:
key: jars-{{ checksum "build.gradle" }}-{{ checksum "app/build.gradle" }}
- run:
Expand Down

0 comments on commit e22d560

Please sign in to comment.