summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Muehlhaeuser <muesli@gmail.com>2022-04-01 01:32:17 +0200
committerChristian Muehlhaeuser <muesli@gmail.com>2022-04-01 02:02:49 +0200
commit34f369adbd768b56a7f9366e9f5f87e1ebdc2fc1 (patch)
tree4a1a875714c2f1a77b11e161cf32765e51c2b7ca
parentb5845058020311014f7b340055cd7904bf6a8e55 (diff)
chore: bump min Go version to 1.16
-rw-r--r--.github/workflows/build.yml2
-rw-r--r--README.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index c4c3a97..a4e2355 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -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:
diff --git a/README.md b/README.md
index 5fbeeda..515b438 100644
--- a/README.md
+++ b/README.md
@@ -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: