1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-09-16 09:26:52 +02:00

ci: use xenial instead of trusty (#1064)

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
This commit is contained in:
Carlos Alexandro Becker
2019-06-29 16:18:11 -03:00
committed by GitHub
parent 56c0cf0699
commit 6fecaf97e8

View File

@@ -1,4 +1,4 @@
dist: trusty
dist: xenial
sudo: required
language: go
go: '1.12.x'