Skip to content

Commit

Permalink
chore: bump min Go version to 1.16
Browse files Browse the repository at this point in the history
  • Loading branch information
muesli committed Apr 1, 2022
1 parent b584505 commit 34f369a
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.14, ^1]
go-version: [~1.16, ^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, and Gitea APIs.

### From source

Make sure you have a working Go environment (Go 1.14 or higher is required).
Make sure you have a working Go environment (Go 1.16 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 34f369a

Please sign in to comment.