forked from mirror/enumer
MOve to go 1.17
This commit is contained in:
parent
b43356ef4a
commit
881cbb24bf
|
@ -4,9 +4,8 @@ matrix:
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- go: master
|
- go: master
|
||||||
include:
|
include:
|
||||||
- go: 1.15.x
|
- go: 1.17.x
|
||||||
- go: 1.16.x
|
- go: 1.18.x
|
||||||
- go: master
|
|
||||||
env:
|
env:
|
||||||
global:
|
global:
|
||||||
- GO111MODULE=on
|
- GO111MODULE=on
|
||||||
|
@ -24,6 +23,6 @@ deploy:
|
||||||
- cli/build/enumer.windows-amd64.exe.tar.gz
|
- cli/build/enumer.windows-amd64.exe.tar.gz
|
||||||
- cli/build/sha256sum.txt
|
- cli/build/sha256sum.txt
|
||||||
on:
|
on:
|
||||||
go: 1.16.x
|
go: 1.17.x
|
||||||
repo: dmarkham/enumer
|
repo: dmarkham/enumer
|
||||||
tags: true
|
tags: true
|
||||||
|
|
Loading…
Reference in New Issue