Bump golang versions for tests and benchmarks.
This commit is contained in:
parent
dd0bf0e5b0
commit
63ea258bba
@ -23,7 +23,7 @@ steps:
|
|||||||
- notify-start
|
- notify-start
|
||||||
|
|
||||||
- name: test
|
- name: test
|
||||||
image: golang:1.13.4-alpine
|
image: golang:1.13.5-alpine
|
||||||
environment:
|
environment:
|
||||||
CGO_ENABLED: 0
|
CGO_ENABLED: 0
|
||||||
commands:
|
commands:
|
||||||
@ -32,14 +32,14 @@ steps:
|
|||||||
- notify-start
|
- notify-start
|
||||||
|
|
||||||
- name: test-race
|
- name: test-race
|
||||||
image: golang:1.13.4-stretch
|
image: golang:1.13.5-stretch
|
||||||
commands:
|
commands:
|
||||||
- go test -race -test.v ./...
|
- go test -race -test.v ./...
|
||||||
depends_on:
|
depends_on:
|
||||||
- notify-start
|
- notify-start
|
||||||
|
|
||||||
- name: benchmark
|
- name: benchmark
|
||||||
image: golang:1.13.4-alpine
|
image: golang:1.13.5-alpine
|
||||||
environment:
|
environment:
|
||||||
CGO_ENABLED: 0
|
CGO_ENABLED: 0
|
||||||
commands:
|
commands:
|
||||||
@ -48,7 +48,7 @@ steps:
|
|||||||
- notify-start
|
- notify-start
|
||||||
|
|
||||||
- name: benchmark-race
|
- name: benchmark-race
|
||||||
image: golang:1.13.4-stretch
|
image: golang:1.13.5-stretch
|
||||||
commands:
|
commands:
|
||||||
- go test -benchmem -run=^$ go.dev.pztrn.name/valiwork -race -bench .
|
- go test -benchmem -run=^$ go.dev.pztrn.name/valiwork -race -bench .
|
||||||
depends_on:
|
depends_on:
|
||||||
|
Loading…
Reference in New Issue
Block a user