Update build_and_test_debug.yml

Use go.mod
This commit is contained in:
Sean Baker 2026-04-07 18:44:45 +08:00
parent 1f1c03cfc4
commit eb1ae915a8

View file

@ -46,7 +46,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: '1.21'
go-version-file: go.mod
cache: false
- name: Install NPM Dependencies
@ -106,7 +106,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: '1.21'
go-version-file: go.mod
cache: false
- name: Install NPM Dependencies