Merge pull request #4554 from Roasbeef/go-1-15
build: build and run CI against Go 1.15
This commit is contained in:
commit
7e1d825834
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -18,7 +18,7 @@ env:
|
|||||||
GOPATH: /home/runner/work/go
|
GOPATH: /home/runner/work/go
|
||||||
DOWNLOAD_CACHE: /home/runner/work/download_cache
|
DOWNLOAD_CACHE: /home/runner/work/download_cache
|
||||||
BITCOIN_VERSION: 0.19.1
|
BITCOIN_VERSION: 0.19.1
|
||||||
GO_VERSION: 1.14.4
|
GO_VERSION: 1.15.2
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
########################
|
########################
|
||||||
|
@ -17,7 +17,7 @@ git:
|
|||||||
depth: false
|
depth: false
|
||||||
|
|
||||||
go:
|
go:
|
||||||
- "1.14.x"
|
- "1.15.x"
|
||||||
|
|
||||||
env:
|
env:
|
||||||
global:
|
global:
|
||||||
|
2
Makefile
2
Makefile
@ -169,7 +169,7 @@ unit: btcd
|
|||||||
|
|
||||||
unit-cover: $(GOACC_BIN)
|
unit-cover: $(GOACC_BIN)
|
||||||
@$(call print, "Running unit coverage tests.")
|
@$(call print, "Running unit coverage tests.")
|
||||||
$(GOACC_BIN) $(COVER_PKG) -- -test.tags="$(DEV_TAGS) $(LOG_TAGS)"
|
$(GOACC_BIN) $(COVER_PKG) -- -tags="$(DEV_TAGS) $(LOG_TAGS)"
|
||||||
|
|
||||||
|
|
||||||
unit-race:
|
unit-race:
|
||||||
|
Loading…
Reference in New Issue
Block a user