Revision ceafa1b33ece374a52e4e266ae7469998f7c3669 authored by Piotr Tabor on 20 April 2021, 21:33:23 UTC, committed by GitHub on 20 April 2021, 21:33:23 UTC
.travis,Makefile,functional: Bump go 1.12 version to v1.12.17
2 parent s c274aa5 + 5890bc8
Raw File
.gitignore
/agent-*
/coverage
/covdir
/gopath
/gopath.proto
/release
/bin
*.etcd
*.log
/etcd
/hack/insta-discovery/.env
*.coverprofile
*.test
hack/tls-setup/certs
.idea
/contrib/raftexample/raftexample
/contrib/raftexample/raftexample-*

# TODO: use dep prune
# https://github.com/golang/dep/issues/120#issuecomment-306518546
vendor/**/*
!vendor/**/
!vendor/**/*.go
!vendor/**/*.c
!vendor/**/*.cpp
!vendor/**/*.s
!vendor/**/COPYING*
!vendor/**/PATENTS*
!vendor/**/NOTICE*
!vendor/**/Licence*
!vendor/**/License*
!vendor/**/LICENCE*
!vendor/**/LICENSE*
vendor/**/*_test.go

*.bak
back to top