mirror of
https://github.com/moonD4rk/HackBrowserData.git
synced 2026-05-19 18:58:03 +02:00
chore: support golang 1.15 ci
This commit is contained in:
@@ -7,7 +7,7 @@ jobs:
|
||||
runs-on: macos-latest
|
||||
strategy:
|
||||
matrix:
|
||||
goVer: [1.11, 1.12, 1.13, 1.14]
|
||||
goVer: [1.11, 1.12, 1.13, 1.14, 1.15]
|
||||
|
||||
steps:
|
||||
- name: Set up Go ${{ matrix.goVer }}
|
||||
|
||||
@@ -74,7 +74,7 @@ jobs:
|
||||
zip -r releases/$(basename $RELEASE_DIR).zip \
|
||||
$(basename ${BINARY}) \
|
||||
README.md \
|
||||
config.json;
|
||||
README_ZH.md;
|
||||
rm $BINARY;
|
||||
done
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user