mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-07 17:15:56 +00:00
Make workflow require Go 1.12, not Go 1.11
This commit is contained in:
parent
38af019113
commit
3096202980
1 changed files with 3 additions and 3 deletions
|
|
@ -138,11 +138,11 @@ workflows:
|
|||
- prerelease:
|
||||
requires:
|
||||
- linter
|
||||
- test-golang-1.11
|
||||
- test-golang-1.12
|
||||
- release:
|
||||
requires:
|
||||
- linter
|
||||
- test-golang-1.11
|
||||
- test-golang-1.12
|
||||
filters:
|
||||
tags:
|
||||
only: /^v.*/
|
||||
|
|
@ -154,4 +154,4 @@ workflows:
|
|||
- dockerhub-upload:
|
||||
requires:
|
||||
- linter
|
||||
- test-golang-1.11
|
||||
- test-golang-1.12
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue