Skip to content
This repository has been archived by the owner on Apr 11, 2024. It is now read-only.

Commit

Permalink
Merge pull request #156 from mercari/update_ci_go_versions
Browse files Browse the repository at this point in the history
chore: update support go version
  • Loading branch information
MakotoNaruse authored Sep 22, 2021
2 parents 2ef011d + 3cca319 commit b805aa4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b805aa4

Please sign in to comment.