Skip to content

Commit

Permalink
Merge pull request #18 from essentialkaos/develop
Browse files Browse the repository at this point in the history
Improve GitHub Actions workflows
  • Loading branch information
andyone authored Sep 12, 2021
2 parents 60363cb + 06e4ec5 commit 497b1f6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 15 deletions.
20 changes: 6 additions & 14 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

strategy:
matrix:
go: [ '1.15.x', '1.16.x' ]
go: [ '1.16.x', '1.17.x' ]

steps:
- name: Set up Go
Expand Down Expand Up @@ -77,16 +77,8 @@ jobs:
working-directory: ${{env.SRC_DIR}}
run: make deps

- name: Install Aligo
working-directory: ${{env.SRC_DIR}}
run: |
wget https://apps.kaos.st/aligo/latest/linux/x86_64/aligo
chmod +x aligo
- name: Print Aligo version info
working-directory: ${{env.SRC_DIR}}
run: ./aligo --version

- name: Check Go structs alignment info
working-directory: ${{env.SRC_DIR}}
run: ./aligo check ./...
- name: Check Golang sources with Aligo
uses: essentialkaos/aligo-action@v1
with:
path: ${{env.SRC_DIR}}
files: ./...
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ _**Note, that this is beta software, so it's entirely possible that there will b

### Installation

Make sure you have a working Go 1.15+ workspace (_[instructions](https://golang.org/doc/install)_), then:
Make sure you have a working Go 1.16+ workspace (_[instructions](https://golang.org/doc/install)_), then:

````
go get -d pkg.re/essentialkaos/go-crowd.v3
Expand Down

0 comments on commit 497b1f6

Please sign in to comment.