Skip to content

Commit 637f298

Browse files
author
Angel Barrera
committed
Changes go version to 1.12
1 parent 3cc3b6b commit 637f298

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.goreleaser.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
project_name: Basic Auth Reverse Proxy
21
before:
32
hooks:
43
- go mod download

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: go
22
go:
3-
- "1.11.x"
3+
- "1.12"
44

55
addons:
66
apt:

0 commit comments

Comments
 (0)