Skip to content

Commit

Permalink
Merge pull request #100 from essentialkaos/develop
Browse files Browse the repository at this point in the history
Version 2.3.0
  • Loading branch information
andyone authored Mar 26, 2021
2 parents 51ec00c + d22d4e0 commit 45a18f3
Show file tree
Hide file tree
Showing 5 changed files with 85 additions and 203 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,11 @@ jobs:

env:
SRC_DIR: src/github.com/${{ github.repository }}
GO111MODULE: auto

strategy:
matrix:
go: [ '1.14.x', '1.15.x' ]
go: [ '1.15.x', '1.16.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 @@ -34,7 +34,7 @@ We provide simple bash script `install.sh` for installing the application from t
# install rbenv, golang and latest 7zip
# set GOPATH

git clone https://github.com/essentialkaos/rbinstall.git
git clone https://kaos.sh/rbinstall.git
cd rbinstall

sudo ./install.sh
Expand Down
Loading

0 comments on commit 45a18f3

Please sign in to comment.