mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-12 15:51:01 +00:00
update golang versions
This commit is contained in:
parent
c1796ee9ca
commit
8edcf2868a
1 changed files with 3 additions and 3 deletions
|
|
@ -5,7 +5,7 @@ executors:
|
|||
parameters:
|
||||
version:
|
||||
type: string
|
||||
default: "1.15.5"
|
||||
default: "1.16.7"
|
||||
resource_class:
|
||||
type: string
|
||||
default: medium
|
||||
|
|
@ -84,7 +84,7 @@ jobs:
|
|||
default: medium
|
||||
golang_version:
|
||||
type: string
|
||||
default: "1.15.5"
|
||||
default: "1.16.7"
|
||||
shard_width:
|
||||
type: string
|
||||
default: "20"
|
||||
|
|
@ -253,7 +253,7 @@ workflows:
|
|||
requires:
|
||||
- linter
|
||||
- check-license-headers
|
||||
- test-golang-1.15.5
|
||||
- test-golang-1.16.7
|
||||
- release:
|
||||
context: molecula
|
||||
requires:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue