Skip to content

Commit

Permalink
Bump required Go version to 1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
muesli committed Dec 15, 2021
1 parent 4956a51 commit 4222e79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
build:
strategy:
matrix:
go-version: [~1.13, ^1]
go-version: [~1.14, ^1]
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
env:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ command-line. It currently supports the GitHub & GitLab APIs.

### From source

Make sure you have a working Go environment (Go 1.13 or higher is required).
Make sure you have a working Go environment (Go 1.14 or higher is required).
See the [install instructions](http://golang.org/doc/install.html).

Compiling gitty is easy, simply run:
Expand Down

0 comments on commit 4222e79

Please sign in to comment.