Skip to content

Commit

Permalink
Merge pull request llorllale#61 from llorllale/update_go
Browse files Browse the repository at this point in the history
bump go version to 1.16
  • Loading branch information
llorllale authored Jun 8, 2021
2 parents 5984945 + 04c7945 commit d6303cc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
dist: precise
dist: focal

language: go
go:
- "1.14.x"
- "1.16.x"

# PDD needs ruby version 2.3 or above
before_install:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[![Release](https://img.shields.io/github/release/llorllale/go-gitlint.svg?style=flat-square)](https://github.com/llorllale/go-gitlint/releases/latest)
[![Build Status](https://travis-ci.org/llorllale/go-gitlint.svg?branch=master)](https://travis-ci.org/llorllale/go-gitlint)
[![Build Status](https://travis-ci.com/llorllale/go-gitlint.svg?branch=master)](https://travis-ci.com/llorllale/go-gitlint)
[![codecov](https://codecov.io/gh/llorllale/go-gitlint/branch/master/graph/badge.svg)](https://codecov.io/gh/llorllale/go-gitlint)
[![Go Report Card](https://goreportcard.com/badge/github.com/llorllale/go-gitlint?style=flat-square)](https://goreportcard.com/report/github.com/llorllale/go-gitlint)
[![codebeat badge](https://codebeat.co/badges/5d0a7cfd-3dfb-4cc9-bd4f-f310c02068eb)](https://codebeat.co/projects/github-com-llorllale-go-gitlint-master)
Expand Down Expand Up @@ -87,7 +87,7 @@ Usage: ./download-gitlint.sh [-b] bindir [-d] [tag]
Fork this repo, make sure `make checks` works, **and then** open a PR.

## Build dependencies
To run `make checks` you will need Go `1.14.x` and Ruby `2.x` (for `pdd` - see below).
To run `make checks` you will need Go `1.16.x` and Ruby `2.x` (for `pdd` - see below).
[Ruby Version Manager](https://rvm.io/) is highly recommended.

The `make dependencies` recipe attempts to download and install the following:
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ require (
gopkg.in/src-d/go-git.v4 v4.10.0
)

go 1.13
go 1.16

0 comments on commit d6303cc

Please sign in to comment.