Skip to content

Commit

Permalink
fix: set go version with mod file
Browse files Browse the repository at this point in the history
  • Loading branch information
jgfranco17 committed Jun 6, 2024
1 parent ac20c18 commit fd73d8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

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

- name: Run tests
run: go run github.com/jgfranco17/go-fizzbuzz-api/api/...
run: go test ./api/...

0 comments on commit fd73d8a

Please sign in to comment.