Skip to content

Commit ee1c378

Browse files
committed
WIP
1 parent 30beb6b commit ee1c378

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/backend-api-unit-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ jobs:
3232
- uses: actions/checkout@v3
3333
- uses: actions/setup-go@v4
3434
with:
35-
go-version-file: 'backend/go.mod'
36-
cache-dependency-path: 'backend/go.sum'
35+
go-version: 1.23
36+
cache-dependency-path: backend/go.sum
3737
- name: Test with the Go CLI
3838
working-directory: backend
3939
run:

0 commit comments

Comments
 (0)