Skip to content

Commit

Permalink
chore: Uses go version from go.mod (#51)
Browse files Browse the repository at this point in the history
* chore: Uses go version from go.mod

---------

Co-authored-by: gab-arrobo <gabriel.arrobo@intel.com>
  • Loading branch information
gruyaume and gab-arrobo authored Jan 3, 2024
1 parent feedc8e commit b3ca53c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

- uses: actions/setup-go@v5
with:
go-version: 1.21
go-version-file: 'go.mod'

- name: Build
run: go build
Expand All @@ -31,7 +31,7 @@ jobs:

- uses: actions/setup-go@v5
with:
go-version: 1.21
go-version-file: 'go.mod'

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

0 comments on commit b3ca53c

Please sign in to comment.