dependabot[bot]
542571d3a5
Chore: bump actions/download-artifact from 2 to 3 ( #1723 )
...
Bumps [actions/download-artifact](https://github.com/actions/download-artifact ) from 2 to 3.
- [Release notes](https://github.com/actions/download-artifact/releases )
- [Commits](https://github.com/actions/download-artifact/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: actions/download-artifact
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-09 17:42:13 +08:00
dependabot[bot]
d877bad50e
Chore: bump actions/upload-artifact from 2 to 3 ( #1724 )
...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact ) from 2 to 3.
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](https://github.com/actions/upload-artifact/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-09 17:42:04 +08:00
dependabot[bot]
ff4d2cf840
Chore: bump actions/setup-go from 2 to 3 ( #1721 )
...
Bumps [actions/setup-go](https://github.com/actions/setup-go ) from 2 to 3.
- [Release notes](https://github.com/actions/setup-go/releases )
- [Commits](https://github.com/actions/setup-go/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: actions/setup-go
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-09 17:41:11 +08:00
Loyalsoldier
56371d87ef
Chore: use Go v1.18 & update dependencies
2022-04-05 14:47:21 +08:00
dependabot[bot]
fd30b97a85
Chore: bump actions/checkout from 2 to 3 ( #1641 )
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-02 13:10:12 +08:00
KallyDev
cbb6d7a509
CI: add FreeBSD and OpenBSD ARM build tasks ( #1423 )
2021-11-27 13:14:57 +08:00
秋のかえで
0f1e21ceba
Chore: rename binary for Windows ( #1356 )
2021-10-28 13:15:37 +08:00
Jebbs
b05a469488
v5: Remove v2ctl & wv2ray (rebased from 7c1ab06206
)
2021-09-04 11:09:55 +01:00
Loyalsoldier
1a686b0abc
Chore: add trimmed geoip-only-cn-private.dat to package ( #1233 )
...
This size-reduced dat file only includes `cn` and `private` list, which is suitable for ROM/RAM insufficient devices.
Use it in V2Ray like this:
- `ext:geoip-only-cn-private.dat:cn`
- `ext:geoip-only-cn-private.dat:private`
2021-08-26 12:46:14 +08:00
database64128
c78ee5aac7
🏡 Housekeeping: Update to Go 1.17 ( #1215 )
...
* ⬆ Update to Go 1.17
* 🏗 Update workflows and add windows-arm64
* 💾 Update generated files
* 📛 Update not-so-friendly filenames
2021-08-21 13:20:40 +08:00
Loyalsoldier
026a803781
Chore: use Go v1.16.4 explicitly ( #993 )
2021-05-11 06:26:39 +08:00
Loyalsoldier
10ca68f277
Feat: remove geo files from repo & refine tests ( #869 )
2021-04-07 03:08:03 +08:00
Loyalsoldier
f8c3c36f45
Chore: use Go v1.16.3 ( #854 )
2021-04-04 09:09:53 +08:00
loyalsoldier
24948c6520
Merge branch 'master' into dev-wsimprovement
2021-03-28 08:40:05 +08:00
Shelikhoo
2d778239a3
added necessary infrastructure
2021-03-20 21:58:07 +00:00
Loyalsoldier
9e9173acb4
Chore: update protobuf & dependencies ( #793 )
...
* Chore: update protobuf
* Chore: regenerate mock files
* Chore: update dependencies
* Chore: use Go v1.16.2 and later
2021-03-18 12:17:26 +08:00
Loyalsoldier
a545bfe2c8
Feat: use Go v1.16 & support Apple Silicon ( #686 )
2021-02-19 13:24:19 +08:00
Loyalsoldier
07a63bc901
Chore: refine workflows ( #678 )
2021-02-17 05:16:31 +08:00
young-zy
3e9b74c234
Add specific build for Android ( #512 )
...
Fixes #491
2020-12-14 01:48:06 +08:00
QxQ
fe60260d48
Update release.yml
2020-12-02 19:05:46 +08:00
QxQ
3342afbada
Use GitHub Actions matrix feature to build and release ( #468 )
...
Co-authored-by: loyalsoldier <10487845+Loyalsoldier@users.noreply.github.com>
2020-11-30 20:17:33 +08:00
Loyalsoldier
63912f99ec
Refine workflows ( #464 )
2020-11-27 08:33:44 +08:00
Loyalsoldier
ea0210acee
Migrate release from Azure Pipelines to GitHub Actions ( #453 )
2020-11-26 16:30:17 +08:00