mirror of
https://github.com/moonD4rk/HackBrowserData
synced 2025-02-16 02:27:03 +00:00
chore: support golang 1.15 ci
This commit is contained in:
parent
e6387de80a
commit
85af63bfcd
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -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 }}
|
||||
|
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user