From e4d633eacadd84ddad6a9a85f50e906510cd7dec Mon Sep 17 00:00:00 2001 From: Makoto Naruse Date: Wed, 22 Sep 2021 18:30:43 +0900 Subject: [PATCH 1/2] chore: update go version in CI --- .github/workflows/go.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index cd826fd..790d0bd 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - go: [ '1.13.x', '1.14.x', '1.15.x' ] + go: [ '1.15.x', '1.16.x', '1.17.x' ] steps: - name: Set up Go From 3cca319eab6b1ece37617c3f4f7e7d7da399b265 Mon Sep 17 00:00:00 2001 From: Makoto Naruse Date: Wed, 22 Sep 2021 18:36:14 +0900 Subject: [PATCH 2/2] chore: update readme go version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e6d5a96..a137156 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ There are two way to install Gaurun; using a precompiled binary or install from To install a precompiled binary, download the appropriate zip package for your OS and architecture from [here](https://github.com/mercari/gaurun/releases). Once the zip is downloaded, unzip it and place the binary where you want to use (if you want to access it from the command-line, make sure to put it on `$PATH`). -To compile from source, you need Go1.13 or later. After setup, then clone the source code by running the following command, +To compile from source, you need Go1.15 or later. After setup, then clone the source code by running the following command, ```bash $ git clone https://github.com/mercari/gaurun.git