Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
LuccaBitfly committed Feb 5, 2025
1 parent 30beb6b commit ee1c378
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/backend-api-unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version-file: 'backend/go.mod'
cache-dependency-path: 'backend/go.sum'
go-version: 1.23
cache-dependency-path: backend/go.sum
- name: Test with the Go CLI
working-directory: backend
run:
Expand Down

0 comments on commit ee1c378

Please sign in to comment.