Skip to content

Commit

Permalink
Add setup go to ci checks
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Doherty <[email protected]>
  • Loading branch information
chrisdoherty4 committed Nov 12, 2022
1 parent ab5245b commit f11fa40
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,11 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2

- name: Install Go
uses: actions/setup-go@v2
with:
go-version: "1.19"

# - name: Install nix
# uses: cachix/install-nix-action@v16
# with:
Expand All @@ -70,7 +75,7 @@ jobs:

- run: make gofumpt

# - run: PATH=$PWD/bin/:$PATH ./ci-checks.sh
- run: PATH=$PWD/bin/:$PATH ./ci-checks.sh

crosscompile:
runs-on: ubuntu-latest
Expand Down

0 comments on commit f11fa40

Please sign in to comment.