mirror of
https://github.com/OutlineFoundation/outline-server.git
synced 2026-05-13 05:52:04 +00:00
Update build_and_test_debug.yml
Use go.mod
This commit is contained in:
parent
1f1c03cfc4
commit
eb1ae915a8
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build_and_test_debug.yml
vendored
4
.github/workflows/build_and_test_debug.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue