merge working ci/cd into master #1
1 changed files with 3 additions and 1 deletions
|
|
@ -13,7 +13,9 @@ jobs:
|
||||||
- uses: actions/setup-go@v6
|
- uses: actions/setup-go@v6
|
||||||
with:
|
with:
|
||||||
go-version: '^1.25'
|
go-version: '^1.25'
|
||||||
cache-dependency-path: modules/server/go.sum
|
check-latest: true
|
||||||
|
cache-dependency-path: |
|
||||||
|
modules/server/go.sum
|
||||||
|
|
||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
uses: docker/setup-buildx-action@v3
|
uses: docker/setup-buildx-action@v3
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue