mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-07 00:55:55 +00:00
Update default Go version
This commit is contained in:
parent
a2f49b6a84
commit
e53b74261b
1 changed files with 3 additions and 3 deletions
|
|
@ -5,7 +5,7 @@ executors:
|
|||
parameters:
|
||||
version:
|
||||
type: string
|
||||
default: "1.14.10"
|
||||
default: "1.15.5"
|
||||
resource_class:
|
||||
type: string
|
||||
default: medium
|
||||
|
|
@ -84,7 +84,7 @@ jobs:
|
|||
default: medium
|
||||
golang_version:
|
||||
type: string
|
||||
default: "1.14.10"
|
||||
default: "1.15.5"
|
||||
shard_width:
|
||||
type: string
|
||||
default: "20"
|
||||
|
|
@ -222,7 +222,7 @@ workflows:
|
|||
requires:
|
||||
- linter
|
||||
- check-license-headers
|
||||
- test-golang-1.14.10
|
||||
- test-golang-1.15.5
|
||||
- dockerhub-upload-unstable:
|
||||
context: molecula
|
||||
requires:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue