Skip to content

Commit e395834

Browse files
authored
feat: Update jwch academic service with new credit functionality (#337)
* feat: Update jwch academic service with new credit functionality * feat: Update jwch academic service with new credit functionality
1 parent 82c843c commit e395834

34 files changed

Lines changed: 2774 additions & 15442 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
- uses: actions/checkout@v5
5656
- uses: actions/setup-go@v6
5757
with:
58-
go-version: '1.23'
58+
go-version: '1.25'
5959
cache: false
6060
- name: golangci-lint
6161
uses: golangci/golangci-lint-action@v8
@@ -72,6 +72,9 @@ jobs:
7272
fetch-depth: 0
7373
- name: Set up Go
7474
uses: actions/setup-go@v6
75+
with:
76+
go-version: '1.25'
77+
cache: false
7578
- name: Install dependencies
7679
run: go mod tidy
7780
- name: Run tests

api/handler/api/academic_service.go

Lines changed: 18 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)