Skip to content

Commit

Permalink
Updated README to indicate go 1.12 is require
Browse files Browse the repository at this point in the history
  • Loading branch information
juliosueiras committed Feb 17, 2020
1 parent 1d7486f commit cb1f396
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ builds:
binary: terraform-lsp
lang: go
flags:
- -mod vendor
- -mod=vendor
archives:
- id: terraform-lsp
name_template: '{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ if .Arm
Expand Down
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
services:
- docker
language: go
go:
- 1.12
#if: tag IS present
script: skip
deploy:
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ Release can be found [here](https://github.com/juliosueiras/terraform-lsp/releas

## Building

### Requirement

it will need Go 1.12+

### Native

1. Download a [release](https://github.com/juliosueiras/terraform-lsp/releases)
Expand Down

0 comments on commit cb1f396

Please # to comment.