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