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
|
runs-on: macos-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
goVer: [1.11, 1.12, 1.13, 1.14]
|
goVer: [1.11, 1.12, 1.13, 1.14, 1.15]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Set up Go ${{ matrix.goVer }}
|
- name: Set up Go ${{ matrix.goVer }}
|
||||||
|
|||||||
@@ -74,7 +74,7 @@ jobs:
|
|||||||
zip -r releases/$(basename $RELEASE_DIR).zip \
|
zip -r releases/$(basename $RELEASE_DIR).zip \
|
||||||
$(basename ${BINARY}) \
|
$(basename ${BINARY}) \
|
||||||
README.md \
|
README.md \
|
||||||
config.json;
|
README_ZH.md;
|
||||||
rm $BINARY;
|
rm $BINARY;
|
||||||
done
|
done
|
||||||
done
|
done
|
||||||
|
|||||||
Reference in New Issue
Block a user