Compare commits

...

2 Commits

Author SHA1 Message Date
f241375645 Lowered down API version to g2v30
All checks were successful
Golan Testing / testing (1.24.x, ubuntu-latest) (push) Successful in 26s
2025-05-21 00:29:01 -04:00
48f799567e More CI.yml updates 2025-05-21 00:26:01 -04:00
2 changed files with 3 additions and 2 deletions

View File

@ -25,7 +25,8 @@ jobs:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- run: | - name: Go Get / Go Test
run: |
go get -u . go get -u .
go test ./. go test ./.

View File

@ -1,6 +1,6 @@
package mysubaru package mysubaru
var MOBILE_API_VERSION = "/g2v31" var MOBILE_API_VERSION = "/g2v30"
var MOBILE_API_SERVER = map[string]string{ var MOBILE_API_SERVER = map[string]string{
"USA": "https://mobileapi.prod.subarucs.com", "USA": "https://mobileapi.prod.subarucs.com",