1
0
Fork 0

Update golang version and reduce repeated builds

main
Ambrose Chua 2019-09-29 21:52:08 +08:00
parent fcfe1ffa27
commit 085010f81c
Signed by: ambrose
GPG Key ID: BC367D33F140B5C2
2 changed files with 8 additions and 10 deletions

View File

@ -36,10 +36,8 @@ steps:
- name: test-plug - name: test-plug
image: alpine:latest image: alpine:latest
commands: commands:
- apk add --no-cache patch - ./.install/repositories.sh
- ./.install/neovim-source.sh - apk add --no-cache neovim@community
- nvim -version
- nvim +checkhealth +qa
- ./.install/core.sh - ./.install/core.sh
- ./.install/plug.sh - ./.install/plug.sh
--- ---
@ -62,16 +60,16 @@ steps:
- ./.install/golang-source.sh - ./.install/golang-source.sh
- go version - go version
- name: test-packr - name: test-packr
image: alpine:latest image: golang:1.13-alpine
commands: commands:
- ./.install/golang-source.sh - ./.install/git.sh
- ./.install/upx.sh - ./.install/upx.sh
- ./.install/packr.sh - ./.install/packr.sh
- name: test-caddy - name: test-caddy
image: alpine:latest image: golang:1.13-alpine
commands: commands:
- apk add --no-cache build-base - apk add --no-cache build-base
- ./.install/golang-source.sh - ./.install/git.sh
- ./.install/upx.sh - ./.install/upx.sh
- ./.install/caddy.sh - ./.install/caddy.sh
--- ---

View File

@ -2,8 +2,8 @@
export NEOVIM_VERSION=0.3.4 export NEOVIM_VERSION=0.3.4
export GOLANG_VERSION=1.11.4 export GOLANG_VERSION=1.13.1
export GOLANG_HASH=4cfd42720a6b1e79a8024895fa6607b69972e8e32446df76d6ce79801bbadb15 export GOLANG_HASH=81f154e69544b9fa92b1475ff5f11e64270260d46e7e36c34aafc8bc96209358
export NODE_VERSION=10.15.0 export NODE_VERSION=10.15.0
export YARN_VERSION=1.13.0 export YARN_VERSION=1.13.0