chore: support golang 1.15 ci

pull/83/head
ᴍᴏᴏɴD4ʀᴋ 4 years ago
parent e6387de80a
commit 85af63bfcd
  1. 2
      .github/workflows/ci.yml
  2. 2
      .github/workflows/release.yml

@ -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

Loading…
Cancel
Save