Skip to content

Commit

Permalink
chore: Sets up go in CI (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
gruyaume authored Dec 5, 2023
1 parent 9030147 commit 0b4f013
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: actions/setup-go@v4
with:
go-version: 1.21

- name: Build
run: go build

Expand All @@ -25,5 +29,9 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: actions/setup-go@v4
with:
go-version: 1.21

- name: Unit tests
run: go test ./...

0 comments on commit 0b4f013

Please sign in to comment.